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: #f3e8d3;
}
.color-2 {
color: #e4cfc9;
}
.color-3 {
color: #d7b8a3;
}
.color-4 {
color: #cfaf8c;
}
.color-5 {
color: #b4956e;
}

/* CSS Variables */
:root {
--color-1: #f3e8d3;
--color-2: #e4cfc9;
--color-3: #d7b8a3;
--color-4: #cfaf8c;
--color-5: #b4956e;
}

CSS con gradiente di sfondo Shades of Ivory

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8d3, #e4cfc9, #d7b8a3, #cfaf8c, #b4956e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8d3, #e4cfc9, #d7b8a3, #cfaf8c, #b4956e);
}

Shades of Ivory color palette created on .