Paleta de colores Vibrant Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Imagen PNG de la paleta de colores Vibrant Pink
CSS de la paleta de colores Vibrant Pink
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #50c2f7;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #f490b1;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb84d;
--color-3: #50c2f7;
--color-4: #a4d5a6;
--color-5: #f490b1;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors. bright
Vibrant Pink color palette created on .