Fredbear's Fun Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fredbear's Fun palette

Share this palette to:

Fredbear's Fun color palette PNG image

Download  fredbear's fun color palette PNG image (landscape)
Download  fredbear's fun color palette PNG image (square)

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 .