Citrus Chalk
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
Here a single loud color does all the talking: lemon is the only saturated note, set against a run of cool, quiet grays and a chalky white. Because fog and sky share the same blue undertone, the neutrals feel deliberate rather than washed out, and the yellow lands like a highlighter stroke on a clean page. Graphite gives interfaces a softer alternative to pure black.
Built around Lemon Yellow.
Use this palette
#fff44f, #f4f4f0, #c9ced6, #a9c3d9, #2e3138:root {
--color-lemon: #fff44f;
--color-chalk: #f4f4f0;
--color-fog: #c9ced6;
--color-sky: #a9c3d9;
--color-graphite: #2e3138;
}@theme {
--color-lemon: #fff44f;
--color-chalk: #f4f4f0;
--color-fog: #c9ced6;
--color-sky: #a9c3d9;
--color-graphite: #2e3138;
}{
"name": "Citrus Chalk",
"colors": [
{
"hex": "#fff44f",
"role": "lemon"
},
{
"hex": "#f4f4f0",
"role": "chalk"
},
{
"hex": "#c9ced6",
"role": "fog"
},
{
"hex": "#a9c3d9",
"role": "sky"
},
{
"hex": "#2e3138",
"role": "graphite"
}
]
}