Apricot Linen
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. To override: tap a chip to arm it, then click any outlined part of the mockup to paint (or drag the chip there). Your arrangement is saved into this page's URL, so copying the link shares it.
Why it works
Clay is apricot pushed dark and earthen, so the anchor gets a same-family partner for buttons and headings while apricot itself stays a background tint over linen. Olive is the temperature check — a drab green that shares the palette's yellow undertone, cooling it without ever feeling imported. This is a two-tint, two-tone structure with ink for text: quiet enough for a portfolio, warm enough to be remembered.
Built around Apricot.
Use this palette
- #fbceb1apricot
- #f6f1e7linen
- #bf7250clay
- #7f7a58olive
- #2d2a26ink
The variables, doing badge duty
:root {
--color-apricot: #fbceb1;
--color-linen: #f6f1e7;
--color-clay: #bf7250;
--color-olive: #7f7a58;
--color-ink: #2d2a26;
}In Apricot Linen's world
@theme {
--color-apricot: #fbceb1;
--color-linen: #f6f1e7;
--color-clay: #bf7250;
--color-olive: #7f7a58;
--color-ink: #2d2a26;
}{
"name": "Apricot Linen",
"colors": [
{
"hex": "#fbceb1",
"role": "apricot"
},
{
"hex": "#f6f1e7",
"role": "linen"
},
{
"hex": "#bf7250",
"role": "clay"
},
{
"hex": "#7f7a58",
"role": "olive"
},
{
"hex": "#2d2a26",
"role": "ink"
}
]
}