Sahara Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sahara palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sahara Color Palette (PNG)
Sahara color palette CSS
/* CSS */
.color-1 {
color: #e5c97b;
}
.color-2 {
color: #d2a970;
}
.color-3 {
color: #c5905e;
}
.color-4 {
color: #a37c4d;
}
.color-5 {
color: #8b6a3c;
}
/* CSS Variables */
:root {
--color-1: #e5c97b;
--color-2: #d2a970;
--color-3: #c5905e;
--color-4: #a37c4d;
--color-5: #8b6a3c;
}
Sahara background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c97b, #d2a970, #c5905e, #a37c4d, #8b6a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c97b, #d2a970, #c5905e, #a37c4d, #8b6a3c);
}
Similar color palettes
Sahara color palette created on .