Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.solar-plexus-chakra {
color: #f3c949;
}
.venetian-yellow {
color: #f5e69e;
}
.green-trance {
color: #a5d7a2;
}
.epimetheus {
color: #49b6d4;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--solar-plexus-chakra:#f3c949;
--venetian-yellow:#f5e69e;
--green-trance:#a5d7a2;
--epimetheus:#49b6d4;
}