Color names in this palette
CSS code for this palette
/* CSS */
.venetian-nights {
color: #7c4dff;
}
.purple-hedonist {
color: #a16bff;
}
.medium-lavender-magenta {
color: #d9a3ff;
}
.himalayan-balsam {
color: #ff99cc;
}
.stellar-strawberry {
color: #ff5c8a;
}
/* CSS Variables */
:root {
--venetian-nights:#7c4dff;
--purple-hedonist:#a16bff;
--medium-lavender-magenta:#d9a3ff;
--himalayan-balsam:#ff99cc;
--stellar-strawberry:#ff5c8a;
}