Blushing Blossoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

Condividi questa palette a:

tavolozza dei colori Blushing Blossoms CSS

/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f2a1b1;
}
.color-3 {
color: #f2cfd2;
}
.color-4 {
color: #f9e1e6;
}
.color-5 {
color: #f7b1b1;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f2a1b1;
--color-3: #f2cfd2;
--color-4: #f9e1e6;
--color-5: #f7b1b1;
}

CSS con gradiente di sfondo Blushing Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f2a1b1, #f2cfd2, #f9e1e6, #f7b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f2a1b1, #f2cfd2, #f9e1e6, #f7b1b1);
}

Blushing Blossoms color palette created on .