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: #f0e3d6;
}
.color-2 {
color: #d5c5a5;
}
.color-3 {
color: #c2a79e;
}
.color-4 {
color: #b49d9c;
}
.color-5 {
color: #a78b8e;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #d5c5a5;
--color-3: #c2a79e;
--color-4: #b49d9c;
--color-5: #a78b8e;
}

CSS con gradiente di sfondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #d5c5a5, #c2a79e, #b49d9c, #a78b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #d5c5a5, #c2a79e, #b49d9c, #a78b8e);
}

Shades of Beige color palette created on .