Color names in this palette
CSS code for this palette
/* CSS */
.blumine {
color: #2f5d6f;
}
.hole-in-one {
color: #4cae8d;
}
.lime-lizard {
color: #a3d55d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.x-marks-the-spot {
color: #e84545;
}
/* CSS Variables */
:root {
--blumine:#2f5d6f;
--hole-in-one:#4cae8d;
--lime-lizard:#a3d55d;
--solar-plexus-chakra:#f1c84b;
--x-marks-the-spot:#e84545;
}