Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #734794;
}
.lush-lilac {
color: #9c7dba;
}
.mauve-mist {
color: #c49fd6;
}
.venetian-rose {
color: #f1c6e3;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--purple-sapphire:#734794;
--lush-lilac:#9c7dba;
--mauve-mist:#c49fd6;
--venetian-rose:#f1c6e3;
--banana-yogurt:#f9e8b4;
}