Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.question-mark-block {
color: #f19e4b;
}
.entan-red {
color: #f16c4b;
}
.celestial-coral {
color: #d93f4f;
}
.raspberry-romantic {
color: #9a2d4c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--question-mark-block:#f19e4b;
--entan-red:#f16c4b;
--celestial-coral:#d93f4f;
--raspberry-romantic:#9a2d4c;
}