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