Whispering Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Hues palette

Condividi questa palette a:

tavolozza dei colori Whispering Hues CSS

/* CSS */
.color-1 {
color: #f2e7d4;
}
.color-2 {
color: #e2b9b1;
}
.color-3 {
color: #c7a2d7;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #b7e1d8;
}

/* CSS Variables */
:root {
--color-1: #f2e7d4;
--color-2: #e2b9b1;
--color-3: #c7a2d7;
--color-4: #a3c7e0;
--color-5: #b7e1d8;
}

CSS con gradiente di sfondo Whispering Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7d4, #e2b9b1, #c7a2d7, #a3c7e0, #b7e1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7d4, #e2b9b1, #c7a2d7, #a3c7e0, #b7e1d8);
}

Whispering Hues color palette created on .