Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2d;
}
.sunshine-mellow {
color: #f1c40e;
}
.island-green {
color: #28af60;
}
.haddock-s-sweater {
color: #287fb8;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2d;
--sunshine-mellow:#f1c40e;
--island-green:#28af60;
--haddock-s-sweater:#287fb8;
--moonshadow:#8d43ad;
}