Paleta de colores Fredbear's Fun

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fredbear's Fun palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fredbear's Fun

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

CSS de la paleta de colores Fredbear's Fun

/* 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;
}

CSS del degradado de fondo Fredbear's Fun

/* 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 .