Whispering Toxicity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Toxicity palette

Condividi questa palette a:

tavolozza dei colori Whispering Toxicity CSS

/* CSS */
.color-1 {
color: #b8e5d8;
}
.color-2 {
color: #9fd6c1;
}
.color-3 {
color: #7fb8a8;
}
.color-4 {
color: #499c8c;
}
.color-5 {
color: #3e7e7c;
}

/* CSS Variables */
:root {
--color-1: #b8e5d8;
--color-2: #9fd6c1;
--color-3: #7fb8a8;
--color-4: #499c8c;
--color-5: #3e7e7c;
}

CSS con gradiente di sfondo Whispering Toxicity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e5d8, #9fd6c1, #7fb8a8, #499c8c, #3e7e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e5d8, #9fd6c1, #7fb8a8, #499c8c, #3e7e7c);
}

Whispering Toxicity color palette created on .