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