Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.desert-sunrise {
color: #ffb68f;
}
.peach-of-mind {
color: #ffe2b3;
}
.sullivan-s-heart {
color: #f7c5d5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--desert-sunrise:#ffb68f;
--peach-of-mind:#ffe2b3;
--sullivan-s-heart:#f7c5d5;
}