Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
.spearmints {
color: #bae3c7;
}
.dull-teal {
color: #5e9c8d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--derry-coast-sunrise:#f8e2ce;
--spearmints:#bae3c7;
--dull-teal:#5e9c8d;
}