Desert Golds Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Golds palette

Share this palette to:

Desert Golds color palette CSS

/* CSS */
.color-1 {
color: #ebb93d;
}
.color-2 {
color: #d97c30;
}
.color-3 {
color: #a45d23;
}
.color-4 {
color: #6d4c22;
}
.color-5 {
color: #3b2b2b;
}

/* CSS Variables */
:root {
--color-1: #ebb93d;
--color-2: #d97c30;
--color-3: #a45d23;
--color-4: #6d4c22;
--color-5: #3b2b2b;
}

Desert Golds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebb93d, #d97c30, #a45d23, #6d4c22, #3b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebb93d, #d97c30, #a45d23, #6d4c22, #3b2b2b);
}

Desert Golds color palette created on .