Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.bilious-green {
color: #a6d06c;
}
.puerto-rico {
color: #54b6a2;
}
.magic-blue {
color: #398ca7;
}
.insignia-blue {
color: #2f3c5b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--bilious-green:#a6d06c;
--puerto-rico:#54b6a2;
--magic-blue:#398ca7;
--insignia-blue:#2f3c5b;
}