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