Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #782989;
}
.royal-gramma-purple {
color: #a45abf;
}
.plum-juice {
color: #e1a3d7;
}
.venetian-rose {
color: #efc3e6;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#782989;
--royal-gramma-purple:#a45abf;
--plum-juice:#e1a3d7;
--venetian-rose:#efc3e6;
--soft-lavender:#f8e2f6;
}