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: #ff9900;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff2997;
}
.color-5 {
color: #ff00c3;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff7142;
--color-3: #ff4d6d;
--color-4: #ff2997;
--color-5: #ff00c3;
}
CSS del degradado de fondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff7142, #ff4d6d, #ff2997, #ff00c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff7142, #ff4d6d, #ff2997, #ff00c3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Vibrant Pink color palette created on .