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