Desert Warrior Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Warrior palette
Desert Warrior color palette CSS
/* CSS */
.color-1 {
color: #d4c29b;
}
.color-2 {
color: #9c7d5e;
}
.color-3 {
color: #7e4e3a;
}
.color-4 {
color: #f3ab5e;
}
.color-5 {
color: #c2504c;
}
/* CSS Variables */
:root {
--color-1: #d4c29b;
--color-2: #9c7d5e;
--color-3: #7e4e3a;
--color-4: #f3ab5e;
--color-5: #c2504c;
}
Desert Warrior background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c29b, #9c7d5e, #7e4e3a, #f3ab5e, #c2504c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c29b, #9c7d5e, #7e4e3a, #f3ab5e, #c2504c);
}
Similar color palettes
Desert Warrior color palette created on .