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: #f6ca1e;
}
.color-2 {
color: #f37c20;
}
.color-3 {
color: #d65c4c;
}
.color-4 {
color: #a83e86;
}
.color-5 {
color: #6c2a92;
}
/* CSS Variables */
:root {
--color-1: #f6ca1e;
--color-2: #f37c20;
--color-3: #d65c4c;
--color-4: #a83e86;
--color-5: #6c2a92;
}
CSS del degradado de fondo Vibrant Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ca1e, #f37c20, #d65c4c, #a83e86, #6c2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ca1e, #f37c20, #d65c4c, #a83e86, #6c2a92);
}
Paletas de colores similares
Vibrant Yellow color palette created on .