Paleta de colores Pink Vampire

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Vampire palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Vampire

/* CSS */
.color-1 {
color: #c14484;
}
.color-2 {
color: #ed9cb0;
}
.color-3 {
color: #f6cbd3;
}
.color-4 {
color: #f9dcf1;
}
.color-5 {
color: #d35f86;
}

/* CSS Variables */
:root {
--color-1: #c14484;
--color-2: #ed9cb0;
--color-3: #f6cbd3;
--color-4: #f9dcf1;
--color-5: #d35f86;
}

CSS del degradado de fondo Pink Vampire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c14484, #ed9cb0, #f6cbd3, #f9dcf1, #d35f86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c14484, #ed9cb0, #f6cbd3, #f9dcf1, #d35f86);
}

Paletas de colores similares

Pink Vampire color palette created on .