Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f7d2b0;
}
.mystic-tulip {
color: #f5b6a3;
}
.orchid-orange {
color: #ff9f80;
}
.grapefruit-pulp {
color: #ff6e61;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--barrett-quince:#f7d2b0;
--mystic-tulip:#f5b6a3;
--orchid-orange:#ff9f80;
--grapefruit-pulp:#ff6e61;
--re-entry:#d94a4a;
}