Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.water-sprout {
color: #e2f0cc;
}
.sorbet-ice-mauve {
color: #a0a7da;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--water-sprout:#e2f0cc;
--sorbet-ice-mauve:#a0a7da;
--bluish-purple-anemone:#5d6cc0;
}