Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.aria-ivory {
color: #f9e8d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--aria-ivory:#f9e8d7;
--solar-plexus-chakra:#f1c84b;
--red-power:#d83b3b;
}