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