Blushing Blossom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Blossom palette

Condividi questa palette a:

tavolozza dei colori Blushing Blossom CSS

/* CSS */
.color-1 {
color: #dda1d8;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f5c8c2;
}
.color-4 {
color: #f4a9c0;
}
.color-5 {
color: #d57c9b;
}

/* CSS Variables */
:root {
--color-1: #dda1d8;
--color-2: #eab8d1;
--color-3: #f5c8c2;
--color-4: #f4a9c0;
--color-5: #d57c9b;
}

CSS con gradiente di sfondo Blushing Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dda1d8, #eab8d1, #f5c8c2, #f4a9c0, #d57c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dda1d8, #eab8d1, #f5c8c2, #f4a9c0, #d57c9b);
}

Blushing Blossom color palette created on .