Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497b92;
}
.turtle-lake {
color: #77b6a4;
}
.bilious-green {
color: #a5d86f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.jaffa {
color: #e27b4b;
}
/* CSS Variables */
:root {
--coelin-blue:#497b92;
--turtle-lake:#77b6a4;
--bilious-green:#a5d86f;
--solar-plexus-chakra:#f1c84b;
--jaffa:#e27b4b;
}