Paleta de colores Celestial Fireburst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Fireburst palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Fireburst

/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #b0eb00;
}
.color-5 {
color: #63de17;
}

/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #b0eb00;
--color-5: #63de17;
}

CSS del degradado de fondo Celestial Fireburst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #ffb84d, #ffd54d, #b0eb00, #63de17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #ffb84d, #ffd54d, #b0eb00, #63de17);
}

Celestial Fireburst color palette created on .