Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f8d0a0;
}
.sunburst {
color: #f5b67a;
}
.akak-red {
color: #f1855b;
}
.mandarin-red {
color: #e94b3a;
}
.hot-lips {
color: #ca302b;
}
/* CSS Variables */
:root {
--ginger-peach:#f8d0a0;
--sunburst:#f5b67a;
--akak-red:#f1855b;
--mandarin-red:#e94b3a;
--hot-lips:#ca302b;
}