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