Freddy Fazbear Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Freddy Fazbear palette
Color Inspiration
Images that showcase this color palette in real designs
Download Freddy Fazbear Color Palette (PNG)
Freddy Fazbear color palette CSS
/* CSS */
.color-1 {
color: #7c5731;
}
.color-2 {
color: #624327;
}
.color-3 {
color: #593a21;
}
.color-4 {
color: #432619;
}
.color-5 {
color: #20130e;
}
/* CSS Variables */
:root {
--color-1: #7c5731;
--color-2: #624327;
--color-3: #593a21;
--color-4: #432619;
--color-5: #20130e;
}
Freddy Fazbear background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5731, #624327, #593a21, #432619, #20130e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5731, #624327, #593a21, #432619, #20130e);
}
Similar color palettes
Freddy Fazbear color palette created on .