Paleta de colores Blush and Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush and Mist palette

Compartir esta paleta en:

CSS de la paleta de colores Blush and Mist

/* 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 del degradado de fondo 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 .