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: #f4d2d2;
}
.color-2 {
color: #f6b6c0;
}
.color-3 {
color: #f99fb3;
}
.color-4 {
color: #ef7b8d;
}
.color-5 {
color: #e65b74;
}

/* CSS Variables */
:root {
--color-1: #f4d2d2;
--color-2: #f6b6c0;
--color-3: #f99fb3;
--color-4: #ef7b8d;
--color-5: #e65b74;
}

CSS con gradiente di sfondo Blushing Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d2d2, #f6b6c0, #f99fb3, #ef7b8d, #e65b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d2d2, #f6b6c0, #f99fb3, #ef7b8d, #e65b74);
}

Blushing Petals color palette created on .