Loading...
Shades of Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Beige palette
Download Shades of Beige Color Palette (PNG)
Shades of Beige color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d8c4b1;
}
.color-3 {
color: #e4d1b9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #b8a69d;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d8c4b1;
--color-3: #e4d1b9;
--color-4: #f3e5d8;
--color-5: #b8a69d;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d8c4b1, #e4d1b9, #f3e5d8, #b8a69d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d8c4b1, #e4d1b9, #f3e5d8, #b8a69d);
}
Similar color palettes
Shades of Beige color palette created on .