Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.hint-of-honey {
color: #ffd86b;
}
.turquoise-tower {
color: #a8e6cf;
}
.pretty-petunia {
color: #d8b3e6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--hint-of-honey:#ffd86b;
--turquoise-tower:#a8e6cf;
--pretty-petunia:#d8b3e6;
}