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: #ff70a7;
}
.color-2 {
color: #ffaf75;
}
.color-3 {
color: #ffd685;
}
.color-4 {
color: #97eb05;
}
.color-5 {
color: #ff47d4;
}
/* CSS Variables */
:root {
--color-1: #ff70a7;
--color-2: #ffaf75;
--color-3: #ffd685;
--color-4: #97eb05;
--color-5: #ff47d4;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff70a7, #ffaf75, #ffd685, #97eb05, #ff47d4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rosa
Vibrant Pink color palette created on .