Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.baby-chick {
color: #ffeba3;
}
.cookie {
color: #ffe1b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--macaroni-and-cheese:#ffb87a;
--baby-chick:#ffeba3;
--cookie:#ffe1b8;
}