Light Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Beige palette
Light Beige color palette PNG image
Light Beige color palette CSS
/* CSS */
.color-1 {
color: #c1ba9f;
}
.color-2 {
color: #e1c6b2;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #efb74d;
}
.color-5 {
color: #d4993a;
}
/* CSS Variables */
:root {
--color-1: #c1ba9f;
--color-2: #e1c6b2;
--color-3: #f4d69f;
--color-4: #efb74d;
--color-5: #d4993a;
}
Light Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1ba9f, #e1c6b2, #f4d69f, #efb74d, #d4993a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1ba9f, #e1c6b2, #f4d69f, #efb74d, #d4993a);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Light Beige color palette created on .