Color names in this palette
CSS code for this palette
/* CSS */
.indian-yellow {
color: #e7a55a;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.lemonade {
color: #f1e49d;
}
.eerie-glow {
color: #a7d7b8;
}
.grand-canal {
color: #3d7b7f;
}
/* CSS Variables */
:root {
--indian-yellow:#e7a55a;
--solar-plexus-chakra:#f1cb4b;
--lemonade:#f1e49d;
--eerie-glow:#a7d7b8;
--grand-canal:#3d7b7f;
}