Paleta de colores Vibrant Yellow Pink Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Yellow Pink Purple palette
CSS de la paleta de colores Vibrant Yellow Pink Purple
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f14b99;
}
.color-4 {
color: #a42d90;
}
.color-5 {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f76e6e;
--color-3: #f14b99;
--color-4: #a42d90;
--color-5: #8a2ce2;
}
CSS del degradado de fondo Vibrant Yellow Pink Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Vibrant Yellow Pink Purple color palette created on .