Fredbear's Fun Color Palette

Discover the beautiful Fredbear's Fun color palette featuring selective yellow (#ffb300), blaze orange (#ff6e00), guardsman red (#d60000), purple (#a400b3) and electric violet (#6200eb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Orange, Red, Purple, Fun, Vibrant, 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 Fredbear's Fun palette

Share this palette to:

💻 Fredbear's Fun color palette CSS

/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #d60000;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6200eb;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff6e00;
--color-3: #d60000;
--color-4: #a400b3;
--color-5: #6200eb;
}

🌈 Fredbear's Fun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff6e00, #d60000, #a400b3, #6200eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff6e00, #d60000, #a400b3, #6200eb);
}

Fredbear's Fun color palette created on .