Paleta de colores Freddy Bear

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Freddy Bear palette

Compartir esta paleta en:

CSS de la paleta de colores Freddy Bear

/* CSS */
.color-1 {
color: #503b2b;
}
.color-2 {
color: #9c6b4f;
}
.color-3 {
color: #e9a06d;
}
.color-4 {
color: #f4ba5d;
}
.color-5 {
color: #d45c3a;
}

/* CSS Variables */
:root {
--color-1: #503b2b;
--color-2: #9c6b4f;
--color-3: #e9a06d;
--color-4: #f4ba5d;
--color-5: #d45c3a;
}

CSS del degradado de fondo Freddy Bear

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #503b2b, #9c6b4f, #e9a06d, #f4ba5d, #d45c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #503b2b, #9c6b4f, #e9a06d, #f4ba5d, #d45c3a);
}

Freddy Bear color palette created on .