Color names in this palette
CSS code for this palette
/* CSS */
.magenta {
color: #ff00ff;
}
.strong-cerise {
color: #99005c;
}
.indigo {
color: #4a0080;
}
.legendary-lavender {
color: #a46ae2;
}
.ripe-plum {
color: #400057;
}
/* CSS Variables */
:root {
--magenta:#ff00ff;
--strong-cerise:#99005c;
--indigo:#4a0080;
--legendary-lavender:#a46ae2;
--ripe-plum:#400057;
}