Shades of Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Beige palette
Shades of Beige color palette CSS
/* CSS */
.color-1 {
color: #f6f0ea;
}
.color-2 {
color: #e7e1d9;
}
.color-3 {
color: #c4beb5;
}
.color-4 {
color: #a49a8e;
}
.color-5 {
color: #4b3d35;
}
/* CSS Variables */
:root {
--color-1: #f6f0ea;
--color-2: #e7e1d9;
--color-3: #c4beb5;
--color-4: #a49a8e;
--color-5: #4b3d35;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}
Similar color palettes
Shades of Beige color palette created on .