Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.apricot-flower {
color: #ffbf80;
}
.peach-of-mind {
color: #ffe3b3;
}
.aria-ivory {
color: #f8e8d8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--apricot-flower:#ffbf80;
--peach-of-mind:#ffe3b3;
--aria-ivory:#f8e8d8;
}