Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.lilliputian-lime {
color: #7fd959;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.khmer-curry {
color: #ef5552;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--lilliputian-lime:#7fd959;
--bluish-purple-anemone:#5d6cc0;
--khmer-curry:#ef5552;
}