Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.grim-purple {
color: #490f80;
}
.star-command-blue {
color: #007ab8;
}
.blue-atoll {
color: #00b4e0;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--grim-purple:#490f80;
--star-command-blue:#007ab8;
--blue-atoll:#00b4e0;
}