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: #f6e8b1;
}
.color-2 {
color: #d9cda5;
}
.color-3 {
color: #b3a78f;
}
.color-4 {
color: #8c4f6e;
}
.color-5 {
color: #f4c19f;
}
/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #d9cda5;
--color-3: #b3a78f;
--color-4: #8c4f6e;
--color-5: #f4c19f;
}
Light Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #d9cda5, #b3a78f, #8c4f6e, #f4c19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #d9cda5, #b3a78f, #8c4f6e, #f4c19f);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Light Beige color palette created on .