Soft Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Blush palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Blush

Download soft blush color palette PNG image (landscape)
Download soft blush color palette PNG image (square)

tavolozza dei colori Soft Blush CSS

/* CSS */
.color-1 {
color: #f5d5c7;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #e8a9a1;
}
.color-4 {
color: #e77e88;
}
.color-5 {
color: #d65c7c;
}

/* CSS Variables */
:root {
--color-1: #f5d5c7;
--color-2: #f2c5b5;
--color-3: #e8a9a1;
--color-4: #e77e88;
--color-5: #d65c7c;
}

CSS con gradiente di sfondo Soft Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d5c7, #f2c5b5, #e8a9a1, #e77e88, #d65c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d5c7, #f2c5b5, #e8a9a1, #e77e88, #d65c7c);
}

Soft Blush color palette created on .