Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1c3b;
}
.provocative {
color: #4f4f78;
}
.murex {
color: #8080b3;
}
.mustard-seed {
color: #c6a12a;
}
.cg-red {
color: #d93b30;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1c3b;
--provocative:#4f4f78;
--murex:#8080b3;
--mustard-seed:#c6a12a;
--cg-red:#d93b30;
}