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: #eed69b;
}
.color-2 {
color: #edcc7d;
}
.color-3 {
color: #e1cb60;
}
.color-4 {
color: #d8af55;
}
.color-5 {
color: #c4963b;
}
/* CSS Variables */
:root {
--color-1: #eed69b;
--color-2: #edcc7d;
--color-3: #e1cb60;
--color-4: #d8af55;
--color-5: #c4963b;
}
Desert Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}
Similar color palettes
Desert Gold color palette created on .