Desert Warrior Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Warrior palette
Desert Warrior color palette PNG image
Desert Warrior color palette CSS
/* CSS */
.color-1 {
color: #4e3e3c;
}
.color-2 {
color: #785c54;
}
.color-3 {
color: #c9b4a1;
}
.color-4 {
color: #e3c6a1;
}
.color-5 {
color: #f3e5d3;
}
/* CSS Variables */
:root {
--color-1: #4e3e3c;
--color-2: #785c54;
--color-3: #c9b4a1;
--color-4: #e3c6a1;
--color-5: #f3e5d3;
}
Desert Warrior background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3e3c, #785c54, #c9b4a1, #e3c6a1, #f3e5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3e3c, #785c54, #c9b4a1, #e3c6a1, #f3e5d3);
}
Similar color palettes
Desert Warrior color palette created on .