Desert Sage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Sage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Desert Sage Color Palette (PNG)
Desert Sage color palette CSS
/* CSS */
.color-1 {
color: #d8d48d;
}
.color-2 {
color: #b7b34e;
}
.color-3 {
color: #a1a527;
}
.color-4 {
color: #7f8023;
}
.color-5 {
color: #4a4e0e;
}
/* CSS Variables */
:root {
--color-1: #d8d48d;
--color-2: #b7b34e;
--color-3: #a1a527;
--color-4: #7f8023;
--color-5: #4a4e0e;
}
Desert Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d48d, #b7b34e, #a1a527, #7f8023, #4a4e0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d48d, #b7b34e, #a1a527, #7f8023, #4a4e0e);
}
Similar color palettes
Desert Sage color palette created on .