Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.mystic-tulip {
color: #f7b5a1;
}
.almost-pink {
color: #f1e5da;
}
.h-o {
color: #bfe0e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--mystic-tulip:#f7b5a1;
--almost-pink:#f1e5da;
--h-o:#bfe0e8;
}