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: #ff4d7f;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #6b42ff;
}
.color-4 {
color: #00b8a8;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb86b;
--color-3: #6b42ff;
--color-4: #00b8a8;
--color-5: #ffcc00;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
Paletas de colores similares
Vibrant Pink color palette created on .