Gallery Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gallery Blush palette

Condividi questa palette a:

tavolozza dei colori Gallery Blush CSS

/* CSS */
.color-1 {
color: #f6c8a7;
}
.color-2 {
color: #f3b0a0;
}
.color-3 {
color: #f29d8c;
}
.color-4 {
color: #d68980;
}
.color-5 {
color: #b86b7d;
}

/* CSS Variables */
:root {
--color-1: #f6c8a7;
--color-2: #f3b0a0;
--color-3: #f29d8c;
--color-4: #d68980;
--color-5: #b86b7d;
}

CSS con gradiente di sfondo Gallery Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c8a7, #f3b0a0, #f29d8c, #d68980, #b86b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c8a7, #f3b0a0, #f29d8c, #d68980, #b86b7d);
}

Gallery Blush color palette created on .