Color names in this palette
CSS code for this palette
/* CSS */
.cardinal {
color: #c5203e;
}
.shocking-orange {
color: #ff6d1f;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.kryptonite-green {
color: #40a040;
}
.ahriman-blue {
color: #1e9cc2;
}
/* CSS Variables */
:root {
--cardinal:#c5203e;
--shocking-orange:#ff6d1f;
--buddha-s-love-handles:#ffbb33;
--kryptonite-green:#40a040;
--ahriman-blue:#1e9cc2;
}