Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.grandis {
color: #ffcd75;
}
.leaf-bud {
color: #f1f7a1;
}
.vegetation {
color: #4de092;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--grandis:#ffcd75;
--leaf-bud:#f1f7a1;
--vegetation:#4de092;
}