Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffc0a3;
}
.peach-puff {
color: #ffd9b8;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffc0a3;
--peach-puff:#ffd9b8;
--blood-burst:#ff4d4d;
}