Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clover-mist {
color: #6fbe8c;
}
.sunny-mood {
color: #f7c94b;
}
.briquette {
color: #e05c69;
}
.radiant-orchid {
color: #a65e9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clover-mist:#6fbe8c;
--sunny-mood:#f7c94b;
--briquette:#e05c69;
--radiant-orchid:#a65e9a;
}