Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.mango-creamsicles {
color: #ffb56b;
}
.workout-routine {
color: #ffd68a;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--mango-creamsicles:#ffb56b;
--workout-routine:#ffd68a;
--old-yella:#ffec99;
}