Mystic Foxfire Color Palette
Discover the beautiful Mystic Foxfire color palette featuring selective yellow (#fab700), clementine (#f06c00), guardsman red (#d60000), fresh eggplant (#990054) and daisy bush (#5d2a92).
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 Mystic Foxfire palette
💻 Mystic Foxfire color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f06c00;
}
.color-3 {
color: #d60000;
}
.color-4 {
color: #990054;
}
.color-5 {
color: #5d2a92;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f06c00;
--color-3: #d60000;
--color-4: #990054;
--color-5: #5d2a92;
} 🌈 Mystic Foxfire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f06c00, #d60000, #990054, #5d2a92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f06c00, #d60000, #990054, #5d2a92);
} 🔗 Explore similar color palettes
Mystic Foxfire color palette created on .