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