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