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