Shades of Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Beige palette
Shades of Beige color palette CSS
/* CSS */
.color-1 {
color: #d9d5c4;
}
.color-2 {
color: #b4b0a2;
}
.color-3 {
color: #aaa79d;
}
.color-4 {
color: #e6c4a3;
}
.color-5 {
color: #f5e3b2;
}
/* CSS Variables */
:root {
--color-1: #d9d5c4;
--color-2: #b4b0a2;
--color-3: #aaa79d;
--color-4: #e6c4a3;
--color-5: #f5e3b2;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d5c4, #b4b0a2, #aaa79d, #e6c4a3, #f5e3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d5c4, #b4b0a2, #aaa79d, #e6c4a3, #f5e3b2);
}
Similar color palettes
Shades of Beige color palette created on .