Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.indigo {
color: #4a0080;
}
.dazzling-blue {
color: #2e4da3;
}
.blue-damselfly {
color: #2b9cda;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--indigo:#4a0080;
--dazzling-blue:#2e4da3;
--blue-damselfly:#2b9cda;
}