Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.shrimp-toast {
color: #f7c5a1;
}
.sinbad {
color: #a4d5d1;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--shrimp-toast:#f7c5a1;
--sinbad:#a4d5d1;
--bluish-purple-anemone:#5d6cc0;
}