Blushing Blooms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Condividi questa palette a:

tavolozza dei colori Blushing Blooms CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f7a1b4;
}
.color-3 {
color: #f78db9;
}
.color-4 {
color: #f76993;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f7a1b4;
--color-3: #f78db9;
--color-4: #f76993;
--color-5: #e63746;
}

CSS con gradiente di sfondo Blushing Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f7a1b4, #f78db9, #f76993, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f7a1b4, #f78db9, #f76993, #e63746);
}

Blushing Blooms color palette created on .