Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.hint-of-honey {
color: #ffd56b;
}
.pale-ale {
color: #ffee6b;
}
.candle-flame {
color: #fff9a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--hint-of-honey:#ffd56b;
--pale-ale:#ffee6b;
--candle-flame:#fff9a3;
}