Shades of Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Beige palette

Condividi questa palette a:

tavolozza dei colori Shades of Beige CSS

/* CSS */
.color-1 {
color: #e9d4b9;
}
.color-2 {
color: #d6c2a8;
}
.color-3 {
color: #beb09d;
}
.color-4 {
color: #a89c8f;
}
.color-5 {
color: #8c7b6e;
}

/* CSS Variables */
:root {
--color-1: #e9d4b9;
--color-2: #d6c2a8;
--color-3: #beb09d;
--color-4: #a89c8f;
--color-5: #8c7b6e;
}

CSS con gradiente di sfondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d4b9, #d6c2a8, #beb09d, #a89c8f, #8c7b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d4b9, #d6c2a8, #beb09d, #a89c8f, #8c7b6e);
}

Shades of Beige color palette created on .