Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.circumorbital-ring {
color: #5d4ec1;
}
.blue-elemental {
color: #4d8af5;
}
.norse-blue {
color: #3d9ac2;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--circumorbital-ring:#5d4ec1;
--blue-elemental:#4d8af5;
--norse-blue:#3d9ac2;
}