Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.india-trade {
color: #e2a360;
}
.pink-garnet {
color: #d2708d;
}
.royal-gramma-purple {
color: #a652b7;
}
.bermuda-grey {
color: #6c8da3;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--india-trade:#e2a360;
--pink-garnet:#d2708d;
--royal-gramma-purple:#a652b7;
--bermuda-grey:#6c8da3;
}