Stone and Ink
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
Four neutrals and one voice: this is the classic restrained-interface recipe, where charcoal-to-paper covers every text and surface need and the single verdigris accent carries all the personality. Because the accent is teal rather than blue, it feels chosen — blue-on-gray is what every default theme already does.
Built around Charcoal.
Use this palette
#36454f, #7d8a94, #d8dcdf, #f6f6f4, #0f766e:root {
--color-charcoal: #36454f;
--color-stone: #7d8a94;
--color-cloud: #d8dcdf;
--color-paper: #f6f6f4;
--color-verdigris: #0f766e;
}@theme {
--color-charcoal: #36454f;
--color-stone: #7d8a94;
--color-cloud: #d8dcdf;
--color-paper: #f6f6f4;
--color-verdigris: #0f766e;
}{
"name": "Stone and Ink",
"colors": [
{
"hex": "#36454f",
"role": "charcoal"
},
{
"hex": "#7d8a94",
"role": "stone"
},
{
"hex": "#d8dcdf",
"role": "cloud"
},
{
"hex": "#f6f6f4",
"role": "paper"
},
{
"hex": "#0f766e",
"role": "verdigris"
}
]
}