Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.true-purple {
color: #6f2c90;
}
.explorer-of-the-galaxies {
color: #3f1b79;
}
.tetsu-kon-blue {
color: #1a0f4d;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--true-purple:#6f2c90;
--explorer-of-the-galaxies:#3f1b79;
--tetsu-kon-blue:#1a0f4d;
}