Whispers of Blossom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

Condividi questa palette a:

tavolozza dei colori Whispers of Blossom CSS

/* CSS */
.color-1 {
color: #f4e6f4;
}
.color-2 {
color: #9df1bd;
}
.color-3 {
color: #d0b7dc;
}
.color-4 {
color: #a67aae;
}
.color-5 {
color: #c85b65;
}

/* CSS Variables */
:root {
--color-1: #f4e6f4;
--color-2: #9df1bd;
--color-3: #d0b7dc;
--color-4: #a67aae;
--color-5: #c85b65;
}

CSS con gradiente di sfondo Whispers of Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e6f4, #9df1bd, #d0b7dc, #a67aae, #c85b65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e6f4, #9df1bd, #d0b7dc, #a67aae, #c85b65);
}

Whispers of Blossom color palette created on .