Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.apricot-glow {
color: #ffcc7a;
}
.storm-lightning {
color: #f8e79b;
}
.dingy-sticky-note {
color: #e3f2a1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--apricot-glow:#ffcc7a;
--storm-lightning:#f8e79b;
--dingy-sticky-note:#e3f2a1;
}