Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.peach {
color: #ffb380;
}
.bastard-amber {
color: #ffcc8a;
}
.hello-yellow {
color: #ffe59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--peach:#ffb380;
--bastard-amber:#ffcc8a;
--hello-yellow:#ffe59e;
}