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