Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.apricot-glow {
color: #ffcc7a;
}
.french-vanilla {
color: #f1e1a7;
}
.wisp-green {
color: #c3d9b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--apricot-glow:#ffcc7a;
--french-vanilla:#f1e1a7;
--wisp-green:#c3d9b5;
}