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: #f4e4a9;
}
.color-2 {
color: #a9dacc;
}
.color-3 {
color: #d8ac6f;
}
.color-4 {
color: #c7a35c;
}
.color-5 {
color: #a77b39;
}
/* CSS Variables */
:root {
--color-1: #f4e4a9;
--color-2: #a9dacc;
--color-3: #d8ac6f;
--color-4: #c7a35c;
--color-5: #a77b39;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4a9, #a9dacc, #d8ac6f, #c7a35c, #a77b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4a9, #a9dacc, #d8ac6f, #c7a35c, #a77b39);
}
Similar color palettes
Shades of Beige color palette created on .