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