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: #f5f2ef;
}
.color-2 {
color: #eae8e6;
}
.color-3 {
color: #cac9ca;
}
.color-4 {
color: #b0aeb2;
}
.color-5 {
color: #554c49;
}

/* CSS Variables */
:root {
--color-1: #f5f2ef;
--color-2: #eae8e6;
--color-3: #cac9ca;
--color-4: #b0aeb2;
--color-5: #554c49;
}

Shades of Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}

Shades of Beige color palette created on .