Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.puissant-purple {
color: #7a2bbf;
}
.lemon-dream {
color: #f0a400;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--puissant-purple:#7a2bbf;
--lemon-dream:#f0a400;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
}