Paleta de colores Fiesta Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fiesta Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Fiesta Burst

/* CSS */
.color-1 {
color: #f8d32a;
}
.color-2 {
color: #ff8c1a;
}
.color-3 {
color: #ff5e00;
}
.color-4 {
color: #ff3d6a;
}
.color-5 {
color: #ff1f9a;
}

/* CSS Variables */
:root {
--color-1: #f8d32a;
--color-2: #ff8c1a;
--color-3: #ff5e00;
--color-4: #ff3d6a;
--color-5: #ff1f9a;
}

CSS del degradado de fondo Fiesta Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d32a, #ff8c1a, #ff5e00, #ff3d6a, #ff1f9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d32a, #ff8c1a, #ff5e00, #ff3d6a, #ff1f9a);
}

Fiesta Burst color palette created on .