Desert Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Gold palette
Desert Gold color palette CSS
/* CSS */
.color-1 {
color: #d8b779;
}
.color-2 {
color: #e9cda5;
}
.color-3 {
color: #f8e2b9;
}
.color-4 {
color: #f6b44c;
}
.color-5 {
color: #d68a2e;
}
/* CSS Variables */
:root {
--color-1: #d8b779;
--color-2: #e9cda5;
--color-3: #f8e2b9;
--color-4: #f6b44c;
--color-5: #d68a2e;
}
Desert Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Desert Gold color palette created on .