Color names in this palette
CSS code for this palette
/* CSS */
.framboise {
color: #e6005c;
}
.moth-orchid {
color: #d6006f;
}
.vanishing-night {
color: #a30085;
}
.peaceful-purple {
color: #6c0085;
}
.marionberry {
color: #3b0080;
}
/* CSS Variables */
:root {
--framboise:#e6005c;
--moth-orchid:#d6006f;
--vanishing-night:#a30085;
--peaceful-purple:#6c0085;
--marionberry:#3b0080;
}