Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.doughnut {
color: #f1a15b;
}
.carmine-rose {
color: #e65c8c;
}
.soft-purple {
color: #9f6ab4;
}
.blue-jay {
color: #5c8ddb;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--doughnut:#f1a15b;
--carmine-rose:#e65c8c;
--soft-purple:#9f6ab4;
--blue-jay:#5c8ddb;
}