Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.clear-orange {
color: #f08800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e9a1;
}
.green-trance {
color: #a3dda1;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--clear-orange:#f08800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e9a1;
--green-trance:#a3dda1;
}