Delftware
Click any swatch to copy its hex.
See it in place
Design that earns its keep
A tiny landing page, painted entirely with this palette so you can judge it doing real work.
Get startedFast
Ships static, loads instantly.
Honest
Every choice explained.
How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. Drag a chip onto any part of the mockup to override it — your arrangement is saved into this page's URL, so copying the link shares it.
Why it works
Modeled on Dutch blue-and-white pottery, this is a monochromatic study: cobalt, glaze, rim and porcelain are the same hue stepped through four values, which is why it cannot fall out of harmony. The charm comes entirely from value contrast — crisp cobalt strokes on porcelain — just as it does on the ceramics. Midnight is there for text and for grounding large cobalt fields.
Built around Cobalt Blue.
Use this palette
#0047ab, #f4f7fb, #7ba3d4, #d9e4f2, #22355c:root {
--color-cobalt: #0047ab;
--color-porcelain: #f4f7fb;
--color-glaze: #7ba3d4;
--color-rim: #d9e4f2;
--color-midnight: #22355c;
}@theme {
--color-cobalt: #0047ab;
--color-porcelain: #f4f7fb;
--color-glaze: #7ba3d4;
--color-rim: #d9e4f2;
--color-midnight: #22355c;
}{
"name": "Delftware",
"colors": [
{
"hex": "#0047ab",
"role": "cobalt"
},
{
"hex": "#f4f7fb",
"role": "porcelain"
},
{
"hex": "#7ba3d4",
"role": "glaze"
},
{
"hex": "#d9e4f2",
"role": "rim"
},
{
"hex": "#22355c",
"role": "midnight"
}
]
}