Whispering Creams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Creams palette

Condividi questa palette a:

tavolozza dei colori Whispering Creams CSS

/* CSS */
.color-1 {
color: #f2e0d4;
}
.color-2 {
color: #e6c8b7;
}
.color-3 {
color: #dbc0a4;
}
.color-4 {
color: #c4a68d;
}
.color-5 {
color: #b59a7d;
}

/* CSS Variables */
:root {
--color-1: #f2e0d4;
--color-2: #e6c8b7;
--color-3: #dbc0a4;
--color-4: #c4a68d;
--color-5: #b59a7d;
}

CSS con gradiente di sfondo Whispering Creams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e0d4, #e6c8b7, #dbc0a4, #c4a68d, #b59a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e0d4, #e6c8b7, #dbc0a4, #c4a68d, #b59a7d);
}

Whispering Creams color palette created on .