Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cape-jasmine {
color: #ffbb5c;
}
.golden-nectar {
color: #ffda6b;
}
.eerie-glow {
color: #a9d6bb;
}
.steel-teal {
color: #5b8b8a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cape-jasmine:#ffbb5c;
--golden-nectar:#ffda6b;
--eerie-glow:#a9d6bb;
--steel-teal:#5b8b8a;
}