Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.crispy-samosa {
color: #ffba66;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--crispy-samosa:#ffba66;
--peach-cr-me-br-l-e:#ffe29e;
--liveliness:#ffdeb8;
}