Whispers of Ivory Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ivory palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ivory CSS

/* CSS */
.color-1 {
color: #f8ead3;
}
.color-2 {
color: #e6d4b7;
}
.color-3 {
color: #d2bcb1;
}
.color-4 {
color: #c7a99e;
}
.color-5 {
color: #bfa8a1;
}

/* CSS Variables */
:root {
--color-1: #f8ead3;
--color-2: #e6d4b7;
--color-3: #d2bcb1;
--color-4: #c7a99e;
--color-5: #bfa8a1;
}

CSS con gradiente di sfondo Whispers of Ivory

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ead3, #e6d4b7, #d2bcb1, #c7a99e, #bfa8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ead3, #e6d4b7, #d2bcb1, #c7a99e, #bfa8a1);
}

Whispers of Ivory color palette created on .