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: #f6e1b1;
}
.color-2 {
color: #e5cca9;
}
.color-3 {
color: #d0a790;
}
.color-4 {
color: #b68b6d;
}
.color-5 {
color: #a6705e;
}
/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #e5cca9;
--color-3: #d0a790;
--color-4: #b68b6d;
--color-5: #a6705e;
}
Light Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #e5cca9, #d0a790, #b68b6d, #a6705e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #e5cca9, #d0a790, #b68b6d, #a6705e);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Light Beige color palette created on .