Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hotspot {
color: #ff4938;
}
.boiling-magma {
color: #ff2f00;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--hotspot:#ff4938;
--boiling-magma:#ff2f00;
}