Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.violet-eggplant {
color: #9c1ca0;
}
.sweet-flag {
color: #5e3f9d;
}
.wide-sky {
color: #3e6cb1;
}
.diva-blue {
color: #0078c2;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--violet-eggplant:#9c1ca0;
--sweet-flag:#5e3f9d;
--wide-sky:#3e6cb1;
--diva-blue:#0078c2;
}