Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d72d2d;
}
.welcoming-wasp {
color: #f0a800;
}
.yellow-jacket {
color: #ffcb3d;
}
.overgrown-mausoleum {
color: #4e8c31;
}
.shinshu {
color: #8a1e1e;
}
/* CSS Variables */
:root {
--chi-gong:#d72d2d;
--welcoming-wasp:#f0a800;
--yellow-jacket:#ffcb3d;
--overgrown-mausoleum:#4e8c31;
--shinshu:#8a1e1e;
}