Desert Dusk Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Dusk Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Desert Dusk Harmony Color Palette (PNG)
Desert Dusk Harmony color palette CSS
/* CSS */
.color-1 {
color: #a7b300;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #f4c19f;
}
.color-4 {
color: #d3b58d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #6b8f24;
--color-3: #f4c19f;
--color-4: #d3b58d;
--color-5: #ff6e61;
}
Desert Dusk Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #6b8f24, #f4c19f, #d3b58d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #6b8f24, #f4c19f, #d3b58d, #ff6e61);
}
Similar color palettes
Desert Dusk Harmony color palette created on .