Desert Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Rosewood palette
Desert Rosewood color palette CSS
/* CSS */
.color-1 {
color: #e9c0b4;
}
.color-2 {
color: #d09c7c;
}
.color-3 {
color: #b76c52;
}
.color-4 {
color: #8c3f3b;
}
.color-5 {
color: #5d2322;
}
/* CSS Variables */
:root {
--color-1: #e9c0b4;
--color-2: #d09c7c;
--color-3: #b76c52;
--color-4: #8c3f3b;
--color-5: #5d2322;
}
Desert Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c0b4, #d09c7c, #b76c52, #8c3f3b, #5d2322);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c0b4, #d09c7c, #b76c52, #8c3f3b, #5d2322);
}
Similar color palettes
Desert Rosewood color palette created on .