Whispers of Bianca Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Bianca palette

Condividi questa palette a:

tavolozza dei colori Whispers of Bianca CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #e6b479;
}
.color-4 {
color: #d0c66c;
}
.color-5 {
color: #9fd6a8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4b69f;
--color-3: #e6b479;
--color-4: #d0c66c;
--color-5: #9fd6a8;
}

CSS con gradiente di sfondo Whispers of Bianca

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}

Whispers of Bianca color palette created on .