Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.nouveau-riche {
color: #ffbc75;
}
.midday-sun {
color: #ffe2a3;
}
.sp-tzle-yellow {
color: #ffef8a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--nouveau-riche:#ffbc75;
--midday-sun:#ffe2a3;
--sp-tzle-yellow:#ffef8a;
}