Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.hyacinth-violet {
color: #994d95;
}
.little-bow-pink {
color: #d27f9a;
}
.crunch {
color: #f4b962;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--hyacinth-violet:#994d95;
--little-bow-pink:#d27f9a;
--crunch:#f4b962;
--creamy-sweet-corn:#f9c54e;
}