Warm Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Beige palette
Warm Beige color palette CSS
/* CSS */
.color-1 {
color: #f1e9da;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #d7a579;
}
.color-4 {
color: #c27b4c;
}
.color-5 {
color: #a95d2d;
}
/* CSS Variables */
:root {
--color-1: #f1e9da;
--color-2: #e2c5a6;
--color-3: #d7a579;
--color-4: #c27b4c;
--color-5: #a95d2d;
}
Warm Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9da, #e2c5a6, #d7a579, #c27b4c, #a95d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9da, #e2c5a6, #d7a579, #c27b4c, #a95d2d);
}
Similar color palettes
Scroll down to explore 50+ Beach color palettes
Warm Beige color palette created on .