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