Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.copper-river {
color: #f3a36d;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.thimbleberry {
color: #e14c54;
}
.heath-spotted-orchid {
color: #995b9a;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--copper-river:#f3a36d;
--salmon-pok-bowl:#f57a7a;
--thimbleberry:#e14c54;
--heath-spotted-orchid:#995b9a;
}