Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.hint-of-honey {
color: #ffd86b;
}
.basil-smash {
color: #b4e2a1;
}
.blue-mana {
color: #60baf6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--hint-of-honey:#ffd86b;
--basil-smash:#b4e2a1;
--blue-mana:#60baf6;
}