Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.middle-yellow {
color: #ffea00;
}
.maldives {
color: #00bdd6;
}
.noble-cause-purple {
color: #7b1fa3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--middle-yellow:#ffea00;
--maldives:#00bdd6;
--noble-cause-purple:#7b1fa3;
}