Blushing Petals Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Petals palette

Condividi questa palette a:

tavolozza dei colori Blushing Petals CSS

/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #f6b1c1;
}
.color-3 {
color: #f9a9d5;
}
.color-4 {
color: #f1a2e0;
}
.color-5 {
color: #e5809b;
}

/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #f6b1c1;
--color-3: #f9a9d5;
--color-4: #f1a2e0;
--color-5: #e5809b;
}

CSS con gradiente di sfondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #f6b1c1, #f9a9d5, #f1a2e0, #e5809b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #f6b1c1, #f9a9d5, #f1a2e0, #e5809b);
}

Blushing Petals color palette created on .