Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #7e1b8d;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.lilac-pink {
color: #c29fc6;
}
.pouty-purple {
color: #e8d5f1;
}
.salmon-eggs {
color: #f3d35e;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#7e1b8d;
--heath-spotted-orchid:#a65e9e;
--lilac-pink:#c29fc6;
--pouty-purple:#e8d5f1;
--salmon-eggs:#f3d35e;
}