Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.hint-of-honey {
color: #ffd86b;
}
.grape-green {
color: #a8e8a1;
}
.sail-away {
color: #51b4e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--hint-of-honey:#ffd86b;
--grape-green:#a8e8a1;
--sail-away:#51b4e1;
}