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: #f0e3c7;
}
.color-2 {
color: #e2c5b6;
}
.color-3 {
color: #d6b5a8;
}
.color-4 {
color: #b58c9e;
}
.color-5 {
color: #805b8f;
}

/* CSS Variables */
:root {
--color-1: #f0e3c7;
--color-2: #e2c5b6;
--color-3: #d6b5a8;
--color-4: #b58c9e;
--color-5: #805b8f;
}

Shades of Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3c7, #e2c5b6, #d6b5a8, #b58c9e, #805b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3c7, #e2c5b6, #d6b5a8, #b58c9e, #805b8f);
}

Shades of Beige color palette created on .