Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2d;
}
.carrot {
color: #f76d3b;
}
.mango-margarita {
color: #f8b549;
}
.flame-seal {
color: #f1e25b;
}
.two-peas-in-a-pod {
color: #a5d24b;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2d;
--carrot:#f76d3b;
--mango-margarita:#f8b549;
--flame-seal:#f1e25b;
--two-peas-in-a-pod:#a5d24b;
}