Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.royal-pretender {
color: #9a5fab;
}
.mystic-tulip {
color: #f7b5a1;
}
.welcoming-wasp {
color: #f0a800;
}
.ornery-tangerine {
color: #f97a1f;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--royal-pretender:#9a5fab;
--mystic-tulip:#f7b5a1;
--welcoming-wasp:#f0a800;
--ornery-tangerine:#f97a1f;
}