Shades of Ivory Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Ivory palette

Condividi questa palette a:

tavolozza dei colori Shades of Ivory CSS

/* CSS */
.color-1 {
color: #e8d5b5;
}
.color-2 {
color: #d3baa1;
}
.color-3 {
color: #e2b9a1;
}
.color-4 {
color: #c7a59e;
}
.color-5 {
color: #a48b79;
}

/* CSS Variables */
:root {
--color-1: #e8d5b5;
--color-2: #d3baa1;
--color-3: #e2b9a1;
--color-4: #c7a59e;
--color-5: #a48b79;
}

CSS con gradiente di sfondo Shades of Ivory

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d5b5, #d3baa1, #e2b9a1, #c7a59e, #a48b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d5b5, #d3baa1, #e2b9a1, #c7a59e, #a48b79);
}

Shades of Ivory color palette created on .