Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f09c3d;
}
.entan-red {
color: #f06d4c;
}
.camellia-rose {
color: #e44e67;
}
.kyo-purple {
color: #9a5b89;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f09c3d;
--entan-red:#f06d4c;
--camellia-rose:#e44e67;
--kyo-purple:#9a5b89;
}