Color names in this palette
CSS code for this palette
/* CSS */
.gingerbread-house {
color: #c89e4c;
}
.high-honey {
color: #e1b74c;
}
.fresh-pineapple {
color: #f2d450;
}
.carona {
color: #f7a62b;
}
.fresh-gingerbread {
color: #d66b1f;
}
/* CSS Variables */
:root {
--gingerbread-house:#c89e4c;
--high-honey:#e1b74c;
--fresh-pineapple:#f2d450;
--carona:#f7a62b;
--fresh-gingerbread:#d66b1f;
}