Blush Blossoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush Blossoms palette

Condividi questa palette a:

tavolozza dei colori Blush Blossoms CSS

/* CSS */
.color-1 {
color: #e0b2b9;
}
.color-2 {
color: #eab8cb;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f5d2d1;
}
.color-5 {
color: #fbe2d5;
}

/* CSS Variables */
:root {
--color-1: #e0b2b9;
--color-2: #eab8cb;
--color-3: #f4c8d3;
--color-4: #f5d2d1;
--color-5: #fbe2d5;
}

CSS con gradiente di sfondo Blush Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2b9, #eab8cb, #f4c8d3, #f5d2d1, #fbe2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2b9, #eab8cb, #f4c8d3, #f5d2d1, #fbe2d5);
}

Blush Blossoms color palette created on .