Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6a4e8d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bumblebee {
color: #ffcd29;
}
.verditer {
color: #00b8a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--magenta-violet:#6a4e8d;
--grapefruit-pulp:#ff6e61;
--bumblebee:#ffcd29;
--verditer:#00b8a8;
--creamy-sweet-corn:#f9c54e;
}