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: #f6a2c1;
}
.color-2 {
color: #ffb87a;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #ffb87a;
--color-3: #ffdd57;
--color-4: #7fd959;
--color-5: #2a9d90;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #ffb87a, #ffdd57, #7fd959, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #ffb87a, #ffdd57, #7fd959, #2a9d90);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Vibrant Pink color palette created on .