Paleta de colores Mint Pink Vampire
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mint Pink Vampire palette
CSS de la paleta de colores Mint Pink Vampire
/* CSS */
.color-1 {
color: #b3eadf;
}
.color-2 {
color: #f8bfd0;
}
.color-3 {
color: #d26a9e;
}
.color-4 {
color: #9059a1;
}
.color-5 {
color: #ded3e9;
}
/* CSS Variables */
:root {
--color-1: #b3eadf;
--color-2: #f8bfd0;
--color-3: #d26a9e;
--color-4: #9059a1;
--color-5: #ded3e9;
}
CSS del degradado de fondo Mint Pink Vampire
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3eadf, #f8bfd0, #d26a9e, #9059a1, #ded3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3eadf, #f8bfd0, #d26a9e, #9059a1, #ded3e9);
}
Paletas de colores similares
Mint Pink Vampire color palette created on .