Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.desire-pink {
color: #f1c6d4;
}
.atoll-sand {
color: #ffd09e;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--desire-pink:#f1c6d4;
--atoll-sand:#ffd09e;
--mystic-tulip:#f7b8a1;
}