Light Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Beige palette
Light Beige color palette CSS
/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e8d6c5;
}
.color-3 {
color: #f3e7d8;
}
.color-4 {
color: #f9f2e6;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e8d6c5;
--color-3: #f3e7d8;
--color-4: #f9f2e6;
--color-5: #fff5e0;
}
Light Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e8d6c5, #f3e7d8, #f9f2e6, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e8d6c5, #f3e7d8, #f9f2e6, #fff5e0);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Light Beige color palette created on .