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: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #e2c7b1;
}
.color-4 {
color: #d1a880;
}
.color-5 {
color: #c58059;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #e2c7b1;
--color-4: #d1a880;
--color-5: #c58059;
}
Light Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}
Similar color palettes
Light Beige color palette created on .