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