Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1e3f;
}
.provocative {
color: #4b4f7c;
}
.roseine-plum {
color: #7b7ea7;
}
.vegas-gold {
color: #c4b25a;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1e3f;
--provocative:#4b4f7c;
--roseine-plum:#7b7ea7;
--vegas-gold:#c4b25a;
--fireglow:#d85f41;
}