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: #5b3e4e;
}
.color-2 {
color: #8b5b7e;
}
.color-3 {
color: #cfa0af;
}
.color-4 {
color: #f2c5c5;
}
.color-5 {
color: #ffb5b3;
}

/* CSS Variables */
:root {
--color-1: #5b3e4e;
--color-2: #8b5b7e;
--color-3: #cfa0af;
--color-4: #f2c5c5;
--color-5: #ffb5b3;
}

CSS del degradado de fondo Mystic Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}

Mystic Pink color palette created on .