Color names in this palette
CSS code for this palette
/* CSS */
.indigo-purple {
color: #5f009e;
}
.fuchsia-nebula {
color: #7e1fad;
}
.vivid-fuchsia {
color: #a93ebb;
}
.purple-urn-orchid {
color: #d166c3;
}
.dream-land {
color: #f3aae8;
}
/* CSS Variables */
:root {
--indigo-purple:#5f009e;
--fuchsia-nebula:#7e1fad;
--vivid-fuchsia:#a93ebb;
--purple-urn-orchid:#d166c3;
--dream-land:#f3aae8;
}