Color names in this palette
CSS code for this palette
/* CSS */
.moldy-ochre {
color: #d6a400;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.hu-ng-j-n-zh-u-gold {
color: #f8d968;
}
.strawberry-smoothie {
color: #e6a2a6;
}
.radiant-orchid {
color: #a65e9a;
}
/* CSS Variables */
:root {
--moldy-ochre:#d6a400;
--solar-plexus-chakra:#f1c84b;
--hu-ng-j-n-zh-u-gold:#f8d968;
--strawberry-smoothie:#e6a2a6;
--radiant-orchid:#a65e9a;
}