Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ff9d5c;
}
.nacho {
color: #ffcb5c;
}
.apple-bob {
color: #d3e59f;
}
.nihilakh-oxide {
color: #a0d9b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ff9d5c;
--nacho:#ffcb5c;
--apple-bob:#d3e59f;
--nihilakh-oxide:#a0d9b6;
}