Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.grandis {
color: #ffcb70;
}
.june-day {
color: #ffe180;
}
.sp-tzle-yellow {
color: #ffef8a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--grandis:#ffcb70;
--june-day:#ffe180;
--sp-tzle-yellow:#ffef8a;
}