Desert Sage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Sage palette
Desert Sage color palette CSS
/* CSS */
.color-1 {
color: #d3c850;
}
.color-2 {
color: #a3b83d;
}
.color-3 {
color: #4c8c4a;
}
.color-4 {
color: #2b5f4c;
}
.color-5 {
color: #1e3a3e;
}
/* CSS Variables */
:root {
--color-1: #d3c850;
--color-2: #a3b83d;
--color-3: #4c8c4a;
--color-4: #2b5f4c;
--color-5: #1e3a3e;
}
Desert Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c850, #a3b83d, #4c8c4a, #2b5f4c, #1e3a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c850, #a3b83d, #4c8c4a, #2b5f4c, #1e3a3e);
}
Similar color palettes
Desert Sage color palette created on .