Paleta de colores Vibrant Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Yellow palette
CSS de la paleta de colores Vibrant Yellow
/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f29d26;
}
.color-3 {
color: #eb6c28;
}
.color-4 {
color: #d93f3f;
}
.color-5 {
color: #8c2b8c;
}
/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f29d26;
--color-3: #eb6c28;
--color-4: #d93f3f;
--color-5: #8c2b8c;
}
CSS del degradado de fondo Vibrant Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}
Paletas de colores similares
Vibrant Yellow color palette created on .