Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.reddish-banana {
color: #ffbb8a;
}
.sun-drenched {
color: #ffe5a3;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--reddish-banana:#ffbb8a;
--sun-drenched:#ffe5a3;
--liveliness:#ffdeb8;
}