Desert Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Gold palette

Share this palette to:

Desert Gold color palette CSS

/* CSS */
.color-1 {
color: #d1b77a;
}
.color-2 {
color: #d8b75a;
}
.color-3 {
color: #e4a84e;
}
.color-4 {
color: #e8c8a1;
}
.color-5 {
color: #e8c1a1;
}

/* CSS Variables */
:root {
--color-1: #d1b77a;
--color-2: #d8b75a;
--color-3: #e4a84e;
--color-4: #e8c8a1;
--color-5: #e8c1a1;
}

Desert Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b77a, #d8b75a, #e4a84e, #e8c8a1, #e8c1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b77a, #d8b75a, #e4a84e, #e8c8a1, #e8c1a1);
}

Desert Gold color palette created on .