Whispers of Cream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Cream palette

Condividi questa palette a:

tavolozza dei colori Whispers of Cream CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3e8d3;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #d9baa1;
}
.color-5 {
color: #c19d8a;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3e8d3;
--color-3: #e7d0c5;
--color-4: #d9baa1;
--color-5: #c19d8a;
}

CSS con gradiente di sfondo Whispers of Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3e8d3, #e7d0c5, #d9baa1, #c19d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3e8d3, #e7d0c5, #d9baa1, #c19d8a);
}

Whispers of Cream color palette created on .