Paleta de colores Sunshine Fiesta
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunshine Fiesta palette
CSS de la paleta de colores Sunshine Fiesta
/* CSS */
.color-1 {
color: #f6d779;
}
.color-2 {
color: #fbaf4b;
}
.color-3 {
color: #f07b2d;
}
.color-4 {
color: #e65b2d;
}
.color-5 {
color: #d43c2b;
}
/* CSS Variables */
:root {
--color-1: #f6d779;
--color-2: #fbaf4b;
--color-3: #f07b2d;
--color-4: #e65b2d;
--color-5: #d43c2b;
}
CSS del degradado de fondo Sunshine Fiesta
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d779, #fbaf4b, #f07b2d, #e65b2d, #d43c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d779, #fbaf4b, #f07b2d, #e65b2d, #d43c2b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Sunshine Fiesta color palette created on .