Shades of Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Beige palette

Share this palette to:

Shades of Beige color palette CSS

/* CSS */
.color-1 {
color: #f8e7aa;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #e5b27b;
}
.color-4 {
color: #d79c60;
}
.color-5 {
color: #b97a3c;
}

/* CSS Variables */
:root {
--color-1: #f8e7aa;
--color-2: #f3d6a0;
--color-3: #e5b27b;
--color-4: #d79c60;
--color-5: #b97a3c;
}

Shades of Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7aa, #f3d6a0, #e5b27b, #d79c60, #b97a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7aa, #f3d6a0, #e5b27b, #d79c60, #b97a3c);
}

Shades of Beige color palette created on .