Paleta de colores Sunny Fiesta
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Fiesta palette
CSS de la paleta de colores Sunny Fiesta
/* CSS */
.color-1 {
color: #fdd835;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #c0360c;
}
.color-5 {
color: #6c4c41;
}
/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb300;
--color-3: #ff9900;
--color-4: #c0360c;
--color-5: #6c4c41;
}
CSS del degradado de fondo Sunny Fiesta
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb300, #ff9900, #c0360c, #6c4c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb300, #ff9900, #c0360c, #6c4c41);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Amarillo
Sunny Fiesta color palette created on .