Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.indigo {
color: #4a0080;
}
.cobalt-glaze {
color: #0071b3;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--indigo:#4a0080;
--cobalt-glaze:#0071b3;
--capri:#00bfff;
}