Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.corn-maze {
color: #e0aa6c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--corn-maze:#e0aa6c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
}