Beige Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Shades palette

Share this palette to:

Beige Shades color palette CSS

/* CSS */
.color-1 {
color: #e5d5b3;
}
.color-2 {
color: #d9cba1;
}
.color-3 {
color: #bfaf88;
}
.color-4 {
color: #a48c5b;
}
.color-5 {
color: #906c3c;
}

/* CSS Variables */
:root {
--color-1: #e5d5b3;
--color-2: #d9cba1;
--color-3: #bfaf88;
--color-4: #a48c5b;
--color-5: #906c3c;
}

Beige Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d5b3, #d9cba1, #bfaf88, #a48c5b, #906c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d5b3, #d9cba1, #bfaf88, #a48c5b, #906c3c);
}

Beige Shades color palette created on .