Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.qing-yellow {
color: #ffcc66;
}
.majestic-treasures {
color: #f2e7a6;
}
.mellow-rose {
color: #d9a9a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--qing-yellow:#ffcc66;
--majestic-treasures:#f2e7a6;
--mellow-rose:#d9a9a1;
}