Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.pickled-ginger {
color: #ffe057;
}
.clover-mist {
color: #6fbe8d;
}
.aqueous {
color: #3a8e9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--pickled-ginger:#ffe057;
--clover-mist:#6fbe8d;
--aqueous:#3a8e9c;
}