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: #f6f0ea;
}
.color-2 {
color: #e7e1d9;
}
.color-3 {
color: #c4beb5;
}
.color-4 {
color: #a49a8e;
}
.color-5 {
color: #4b3d35;
}

/* CSS Variables */
:root {
--color-1: #f6f0ea;
--color-2: #e7e1d9;
--color-3: #c4beb5;
--color-4: #a49a8e;
--color-5: #4b3d35;
}

CSS con gradiente di sfondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}

Shades of Beige color palette created on .