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