Paleta de colores Gingerbread Bliss

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gingerbread Bliss palette

Compartir esta paleta en:

CSS de la paleta de colores Gingerbread Bliss

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #b42222;
}
.color-5 {
color: #d2691e;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #ff6e61;
--color-3: #f0e78e;
--color-4: #b42222;
--color-5: #d2691e;
}

CSS del degradado de fondo Gingerbread Bliss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #ff6e61, #f0e78e, #b42222, #d2691e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #ff6e61, #f0e78e, #b42222, #d2691e);
}

Gingerbread Bliss color palette created on .