All LEGO colors in various formats
.ase
- Adobe Swatch Exchange.clr
- Apple Color List.csv
- Comma-Separated Values.json
- JavaScript Object Notation
- All LEGO colors, past & present
- TODO: Transparent, historical, and present color sets
You can install this module via npm:
$ npm i lego-color-swatches
Then:
const {colors} = require('lego-color-swatches');
colors.forEach(color => {
console.log(color.name);
});
- Color codes from Rebrickable
- Conversions via Sip and ColorTools
Licensed CC0-1.0.
To the extent possible under law, Christopher Hiller has waived all copyright and related or neighboring rights to lego-color-swatches. This work is published from: United States.