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