Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3f8e;
}
.great-serpent {
color: #4a6ca5;
}
.stormfang {
color: #80a8c2;
}
.greenhorn {
color: #b4d199;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3f8e;
--great-serpent:#4a6ca5;
--stormfang:#80a8c2;
--greenhorn:#b4d199;
--solar-plexus-chakra:#f1cb4b;
}