Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.earth-yellow {
color: #e1a95b;
}
.red-cedar {
color: #d87974;
}
.beauty-queen {
color: #c0598c;
}
.fuchsia-pheromone {
color: #a44eb1;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--earth-yellow:#e1a95b;
--red-cedar:#d87974;
--beauty-queen:#c0598c;
--fuchsia-pheromone:#a44eb1;
}