Color names in this palette
CSS code for this palette
/* CSS */
.benikakehana-purple {
color: #5c4f78;
}
.lush-lilac {
color: #9c7dba;
}
.rhodonite {
color: #f2b1c4;
}
.venetian-yellow {
color: #f7e4a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--benikakehana-purple:#5c4f78;
--lush-lilac:#9c7dba;
--rhodonite:#f2b1c4;
--venetian-yellow:#f7e4a1;
--creamy-sweet-corn:#f9c54e;
}