Soft Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Beige palette
Soft Beige color palette CSS
/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e5c89f;
}
.color-3 {
color: #f1d7a2;
}
.color-4 {
color: #f8e4b4;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e5c89f;
--color-3: #f1d7a2;
--color-4: #f8e4b4;
--color-5: #ffcc99;
}
Soft Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e5c89f, #f1d7a2, #f8e4b4, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e5c89f, #f1d7a2, #f8e4b4, #ffcc99);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Soft Beige color palette created on .