Paleta de colores Firefly Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Firefly Glow palette

Compartir esta paleta en:

Descargar la paleta de colores Firefly Glow (PNG)

Download firefly glow color palette PNG image (landscape)
Download firefly glow color palette PNG image (square)

CSS de la paleta de colores Firefly Glow

/* CSS */
.color-1 {
color: #0e292f;
}
.color-2 {
color: #1b4f55;
}
.color-3 {
color: #3b888c;
}
.color-4 {
color: #7fdc88;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #0e292f;
--color-2: #1b4f55;
--color-3: #3b888c;
--color-4: #7fdc88;
--color-5: #f7c94b;
}

CSS del degradado de fondo Firefly Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e292f, #1b4f55, #3b888c, #7fdc88, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e292f, #1b4f55, #3b888c, #7fdc88, #f7c94b);
}

Firefly Glow color palette created on .