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: #f0a3c7;
}
.color-2 {
color: #f5c7d4;
}
.color-3 {
color: #fcdee4;
}
.color-4 {
color: #ffe0e0;
}
.color-5 {
color: #ffb3c7;
}

/* CSS Variables */
:root {
--color-1: #f0a3c7;
--color-2: #f5c7d4;
--color-3: #fcdee4;
--color-4: #ffe0e0;
--color-5: #ffb3c7;
}

CSS con gradiente di sfondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3c7, #f5c7d4, #fcdee4, #ffe0e0, #ffb3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3c7, #f5c7d4, #fcdee4, #ffe0e0, #ffb3c7);
}

Blushing Petals color palette created on .