CSS code for this palette
/* CSS */
.assault {
color: #1b3a6f;
}
.great-serpent {
color: #4b71a0;
}
.twisted-blue {
color: #79c2d2;
}
.venus {
color: #f1d150;
}
.lava-pit {
color: #e76e36;
}
/* CSS Variables */
:root {
--assault:#1b3a6f;
--great-serpent:#4b71a0;
--twisted-blue:#79c2d2;
--venus:#f1d150;
--lava-pit:#e76e36;
}