Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.soft-saffron {
color: #ffd480;
}
.crystal-green {
color: #a6d87d;
}
.jade-stone-green {
color: #6fbe7f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--soft-saffron:#ffd480;
--crystal-green:#a6d87d;
--jade-stone-green:#6fbe7f;
}