Beige Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Beige Shades palette

Condividi questa palette a:

tavolozza dei colori Beige Shades 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;
}

CSS con gradiente di sfondo Beige Shades

/* 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 .