Firefly Color Palette

Discover the beautiful Firefly color palette featuring yellow sea (#ffae00), flush orange (#ff7700), vermilion (#ff4d00), scarlet (#ff1a00) and red (#e00000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Red, Vibrant, Warm, Bright, Summer, Fun, Fire, Retro color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Firefly palette

Share this palette to:

๐Ÿ’ป Firefly color palette CSS

/* CSS */
.color-1 {
color: #ffae00;
}
.color-2 {
color: #ff7700;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ff1a00;
}
.color-5 {
color: #e00000;
}

/* CSS Variables */
:root {
--color-1: #ffae00;
--color-2: #ff7700;
--color-3: #ff4d00;
--color-4: #ff1a00;
--color-5: #e00000;
}

๐ŸŒˆ Firefly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffae00, #ff7700, #ff4d00, #ff1a00, #e00000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffae00, #ff7700, #ff4d00, #ff1a00, #e00000);
}

Firefly color palette created on .