Fredbear's Fun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fredbear's Fun palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fredbear's Fun Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Fredbear's Fun color palette created on .