Customize, spec, and instantly output palette source formats for standard code systems.
Best for programmatic use
Modern web standards
Ready for your theme
palette-export.json{
"name": "Oceanic Lab",
"colors": [
{
"name": "deep-navy",
"hex": "#001E2C",
"rgb": [0, 30, 44],
"hsl": [199, 100, 9]
},
{
"name": "sky-blue",
"hex": "#40C2FD",
"rgb": [64, 194, 253],
"hsl": [199, 98, 62]
},
{
"name": "off-white",
"hex": "#F7F9FB",
"rgb": [247, 249, 251],
"hsl": [210, 33, 98]
}
]
}