Gingerbread Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Gingerbread Dreams palette
tavolozza dei colori Gingerbread Dreams CSS
/* CSS */
.color-1 {
color: #d86d3b;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #5c3c24;
}
.color-5 {
color: #8e4b29;
}
/* CSS Variables */
:root {
--color-1: #d86d3b;
--color-2: #fab700;
--color-3: #f9e1b4;
--color-4: #5c3c24;
--color-5: #8e4b29;
}
CSS con gradiente di sfondo Gingerbread Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86d3b, #fab700, #f9e1b4, #5c3c24, #8e4b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86d3b, #fab700, #f9e1b4, #5c3c24, #8e4b29);
}
Tavolozze di colori simili
Gingerbread Dreams color palette created on .