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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Firefly color palette created on .