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