Desert Dusk Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Dusk Harmony palette

Share this palette to:

Download Desert Dusk Harmony Color Palette (PNG)

Download desert dusk harmony color palette PNG image (landscape)
Download desert dusk harmony color palette PNG image (square)

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);
}

Desert Dusk Harmony color palette created on .