Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-koi {
color: #e8a145;
}
.flint-corn-red {
color: #d6613d;
}
.sweet-baby-rose {
color: #c34c3c;
}
.night-shadz {
color: #9f3c53;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--golden-koi:#e8a145;
--flint-corn-red:#d6613d;
--sweet-baby-rose:#c34c3c;
--night-shadz:#9f3c53;
}