Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1c3b;
}
.amphystine {
color: #3e3e5b;
}
.strong-iris {
color: #5f5f7c;
}
.metallic-sunburst {
color: #9c7d3a;
}
.chi-gong {
color: #cf2a2a;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1c3b;
--amphystine:#3e3e5b;
--strong-iris:#5f5f7c;
--metallic-sunburst:#9c7d3a;
--chi-gong:#cf2a2a;
}