Beige Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Elegance palette

Share this palette to:

Beige Elegance color palette CSS

/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #d7c6a7;
}
.color-3 {
color: #c5baa6;
}
.color-4 {
color: #a3917b;
}
.color-5 {
color: #7c6b55;
}

/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #d7c6a7;
--color-3: #c5baa6;
--color-4: #a3917b;
--color-5: #7c6b55;
}

Beige Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #d7c6a7, #c5baa6, #a3917b, #7c6b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #d7c6a7, #c5baa6, #a3917b, #7c6b55);
}

Beige Elegance color palette created on .