Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.heath-spotted-orchid {
color: #a65e9d;
}
.rosecco {
color: #eab8e4;
}
.creamy-sweet-corn {
color: #f7c04b;
}
.mod-orange {
color: #d85b3b;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--heath-spotted-orchid:#a65e9d;
--rosecco:#eab8e4;
--creamy-sweet-corn:#f7c04b;
--mod-orange:#d85b3b;
}