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: #d8d5b6;
}
.color-2 {
color: #c7c2a9;
}
.color-3 {
color: #b2af99;
}
.color-4 {
color: #f5e3a3;
}
.color-5 {
color: #f2d0a1;
}
/* CSS Variables */
:root {
--color-1: #d8d5b6;
--color-2: #c7c2a9;
--color-3: #b2af99;
--color-4: #f5e3a3;
--color-5: #f2d0a1;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Shades of Beige color palette created on .