Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.zinnia-gold {
color: #ffd780;
}
.invigorating {
color: #f1e9b6;
}
.turquoise-white {
color: #cee9da;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--zinnia-gold:#ffd780;
--invigorating:#f1e9b6;
--turquoise-white:#cee9da;
}