Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.apricot-glow {
color: #ffcc7a;
}
.mouse-nose {
color: #ffe4b3;
}
.urnebes-beige {
color: #ffecc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--apricot-glow:#ffcc7a;
--mouse-nose:#ffe4b3;
--urnebes-beige:#ffecc2;
}