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