Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lolly-ice {
color: #a6d8d2;
}
.grey-teal {
color: #5e9c89;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--solar-plexus-chakra:#f1c84b;
--lolly-ice:#a6d8d2;
--grey-teal:#5e9c89;
}