Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.raftsman {
color: #3b5d9b;
}
.primal-blue {
color: #0083b3;
}
.blue-atoll {
color: #00b4e6;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--raftsman:#3b5d9b;
--primal-blue:#0083b3;
--blue-atoll:#00b4e6;
}