Shiny Flareon Color Palette

Discover the beautiful Shiny Flareon color palette featuring saffron (#f8cf2a), web orange (#f5a300), piper (#d76828), tapestry (#b95f8f) and affair (#6e4f8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fire, Fun, Orange, Pink, Purple, Summer, Vibrant, Yellow 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 Shiny Flareon palette

Share this palette to:

💻 Shiny Flareon color palette CSS

/* CSS */
.color-1 {
color: #f8cf2a;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #d76828;
}
.color-4 {
color: #b95f8f;
}
.color-5 {
color: #6e4f8c;
}

/* CSS Variables */
:root {
--color-1: #f8cf2a;
--color-2: #f5a300;
--color-3: #d76828;
--color-4: #b95f8f;
--color-5: #6e4f8c;
}

🌈 Shiny Flareon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cf2a, #f5a300, #d76828, #b95f8f, #6e4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cf2a, #f5a300, #d76828, #b95f8f, #6e4f8c);
}

Shiny Flareon color palette created on .