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: #f57584;
}
.color-2 {
color: #f3a5b2;
}
.color-3 {
color: #f2d4d6;
}
.color-4 {
color: #e6b3b8;
}
.color-5 {
color: #d09ab6;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f3a5b2;
--color-3: #f2d4d6;
--color-4: #e6b3b8;
--color-5: #d09ab6;
}

CSS con gradiente di sfondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f3a5b2, #f2d4d6, #e6b3b8, #d09ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f3a5b2, #f2d4d6, #e6b3b8, #d09ab6);
}

Blushing Petals color palette created on .