Conversation Pit
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
Burnt orange, avocado, and harvest gold are the documented trio of 1970s interiors, and they cohere because all three carry the same yellowed, slightly dirty undertone — nothing here is clean or cool. The values are staged so ember is darkest of the three hues, gold brightest, avocado in between, giving the eye a path around the room. Walnut and cream frame them like wood paneling and shag; keep gold to trim-level doses.
Built around Burnt Orange.
Use this palette
- #cc5500ember
- #878a3eavocado
- #d9a326harvest-gold
- #f5ecd9cream
- #4c3a2dwalnut
The variables, doing badge duty
:root {
--color-ember: #cc5500;
--color-avocado: #878a3e;
--color-harvest-gold: #d9a326;
--color-cream: #f5ecd9;
--color-walnut: #4c3a2d;
}In Conversation Pit's world
@theme {
--color-ember: #cc5500;
--color-avocado: #878a3e;
--color-harvest-gold: #d9a326;
--color-cream: #f5ecd9;
--color-walnut: #4c3a2d;
}{
"name": "Conversation Pit",
"colors": [
{
"hex": "#cc5500",
"role": "ember"
},
{
"hex": "#878a3e",
"role": "avocado"
},
{
"hex": "#d9a326",
"role": "harvest-gold"
},
{
"hex": "#f5ecd9",
"role": "cream"
},
{
"hex": "#4c3a2d",
"role": "walnut"
}
]
}