Paleta de colores Mystic Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Pink

/* CSS */
.color-1 {
color: #f1e9da;
}
.color-2 {
color: #e1b7c1;
}
.color-3 {
color: #d6a9c3;
}
.color-4 {
color: #a97e9c;
}
.color-5 {
color: #705c7f;
}

/* CSS Variables */
:root {
--color-1: #f1e9da;
--color-2: #e1b7c1;
--color-3: #d6a9c3;
--color-4: #a97e9c;
--color-5: #705c7f;
}

CSS del degradado de fondo Mystic Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9da, #e1b7c1, #d6a9c3, #a97e9c, #705c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9da, #e1b7c1, #d6a9c3, #a97e9c, #705c7f);
}

Mystic Pink color palette created on .