Firefly Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Firefly Glow palette

Share this palette to:

Download Firefly Glow Color Palette (PNG)

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

Firefly Glow color palette CSS

/* 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;
}

Firefly Glow background gradient CSS

/* 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 .