Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #fcaa27;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bilious-green {
color: #a7d86f;
}
.mint {
color: #3ebb8c;
}
.pagoda-blue {
color: #1e7d94;
}
/* CSS Variables */
:root {
--honey-wax:#fcaa27;
--solar-plexus-chakra:#f1c84b;
--bilious-green:#a7d86f;
--mint:#3ebb8c;
--pagoda-blue:#1e7d94;
}