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: #e1b0a8;
}
.color-2 {
color: #d5a08b;
}
.color-3 {
color: #c78d6b;
}
.color-4 {
color: #b5d049;
}
.color-5 {
color: #f7e57e;
}
/* CSS Variables */
:root {
--color-1: #e1b0a8;
--color-2: #d5a08b;
--color-3: #c78d6b;
--color-4: #b5d049;
--color-5: #f7e57e;
}
Warm Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b0a8, #d5a08b, #c78d6b, #b5d049, #f7e57e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b0a8, #d5a08b, #c78d6b, #b5d049, #f7e57e);
}
Similar color palettes
Scroll down to explore 50+ Apricot color palettes
Warm Beige color palette created on .