Color names in this palette
CSS code for this palette
/* CSS */
.rainforest-glow {
color: #b2c94a;
}
.solaria {
color: #f6d78e;
}
.tan-hide {
color: #f99e58;
}
.orangeville {
color: #e86e5e;
}
.cyclamen-red {
color: #a45b8d;
}
/* CSS Variables */
:root {
--rainforest-glow:#b2c94a;
--solaria:#f6d78e;
--tan-hide:#f99e58;
--orangeville:#e86e5e;
--cyclamen-red:#a45b8d;
}