Blush and Mist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush and Mist palette

Condividi questa palette a:

tavolozza dei colori Blush and Mist CSS

/* CSS */
.color-1 {
color: #da4e6a;
}
.color-2 {
color: #b0a2b9;
}
.color-3 {
color: #e2b6d4;
}
.color-4 {
color: #8d6a90;
}
.color-5 {
color: #f2c5d3;
}

/* CSS Variables */
:root {
--color-1: #da4e6a;
--color-2: #b0a2b9;
--color-3: #e2b6d4;
--color-4: #8d6a90;
--color-5: #f2c5d3;
}

CSS con gradiente di sfondo Blush and Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4e6a, #b0a2b9, #e2b6d4, #8d6a90, #f2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4e6a, #b0a2b9, #e2b6d4, #8d6a90, #f2c5d3);
}

Blush and Mist color palette created on .