Paleta de colores Orange Gingerbread

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Gingerbread palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Gingerbread

/* CSS */
.color-1 {
color: #d66c2e;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #f4c68a;
}
.color-4 {
color: #f9e4b4;
}
.color-5 {
color: #fef5e1;
}

/* CSS Variables */
:root {
--color-1: #d66c2e;
--color-2: #ffa04d;
--color-3: #f4c68a;
--color-4: #f9e4b4;
--color-5: #fef5e1;
}

CSS del degradado de fondo Orange Gingerbread

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66c2e, #ffa04d, #f4c68a, #f9e4b4, #fef5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66c2e, #ffa04d, #f4c68a, #f9e4b4, #fef5e1);
}

Orange Gingerbread color palette created on .