Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.hint-of-honey {
color: #ffd36b;
}
.relaxation-green {
color: #a9d19f;
}
.norfolk-sky {
color: #6ab5e7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--hint-of-honey:#ffd36b;
--relaxation-green:#a9d19f;
--norfolk-sky:#6ab5e7;
}