Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.trinket {
color: #d69a38;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.optimistic-yellow {
color: #f4e1a4;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--trinket:#d69a38;
--solar-plexus-chakra:#f1c84b;
--optimistic-yellow:#f4e1a4;
--white:#ffffff;
}