Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.clarified-orange {
color: #ffa05c;
}
.yellow-tulip {
color: #f2d16e;
}
.invigorating {
color: #f0e9b7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--clarified-orange:#ffa05c;
--yellow-tulip:#f2d16e;
--invigorating:#f0e9b7;
}