Honey Manor
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
Gold, amber and walnut are all warm yellows and browns at descending value, so the palette holds together like sunlight moving through a wood-paneled room. The gray-green olive is the quiet counterweight: it cools the honey tones just enough to keep the scheme from feeling syrupy. Parchment plays the role of aged plaster, softer than white and kinder to gilded details.
Built around Gold.
Use this palette
- #d4af37gold
- #f6ecd9parchment
- #b9803camber
- #8f9268olive
- #6b4a2awalnut
The variables, doing badge duty
:root {
--color-gold: #d4af37;
--color-parchment: #f6ecd9;
--color-amber: #b9803c;
--color-olive: #8f9268;
--color-walnut: #6b4a2a;
}In Honey Manor's world
@theme {
--color-gold: #d4af37;
--color-parchment: #f6ecd9;
--color-amber: #b9803c;
--color-olive: #8f9268;
--color-walnut: #6b4a2a;
}{
"name": "Honey Manor",
"colors": [
{
"hex": "#d4af37",
"role": "gold"
},
{
"hex": "#f6ecd9",
"role": "parchment"
},
{
"hex": "#b9803c",
"role": "amber"
},
{
"hex": "#8f9268",
"role": "olive"
},
{
"hex": "#6b4a2a",
"role": "walnut"
}
]
}