Desert Dusk Color Palette
Warm terracotta and sand tones, like dunes at golden hour.
Use as a gradient →
Colors
#6A4E42
#B76E4A
#E3A458
#F2CC8F
#F4E3B2
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #6A4E42 | T - | T - | |
| #B76E4A | T - | T - | |
| #E3A458 | T - | T - | |
| #F2CC8F | T - | T - | |
| #F4E3B2 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Desert Dusk CSS Code
HEX Copy
#6A4E42 #B76E4A #E3A458 #F2CC8F #F4E3B2
RGBA Copy
rgba(106, 78, 66, 1.0) rgba(183, 110, 74, 1.0) rgba(227, 164, 88, 1.0) rgba(242, 204, 143, 1.0) rgba(244, 227, 178, 1.0)
HSLA Copy
hsla(18, 23%, 34%, 1.0) hsla(20, 43%, 50%, 1.0) hsla(33, 71%, 62%, 1.0) hsla(37, 79%, 75%, 1.0) hsla(45, 75%, 83%, 1.0)
More Color Palettes
FAQ
What colors are in the Desert Dusk palette?Warm terracotta and sand tones, like dunes at golden hour.
How do I turn the Desert Dusk palette into a CSS gradient?
Use
background: linear-gradient(to right, #6A4E42, #B76E4A, #E3A458, #F2CC8F, #F4E3B2);, or click "Use as a gradient" above to open it in the live generator.