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: #fefbfc;
}
.color-2 {
color: #f3c9d4;
}
.color-3 {
color: #e8a6b4;
}
.color-4 {
color: #d6809e;
}
.color-5 {
color: #c05483;
}

/* CSS Variables */
:root {
--color-1: #fefbfc;
--color-2: #f3c9d4;
--color-3: #e8a6b4;
--color-4: #d6809e;
--color-5: #c05483;
}

CSS con gradiente di sfondo Blushing Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}

Blushing Blossoms color palette created on .