Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.lamplight {
color: #ffd23d;
}
.young-fern {
color: #6fbe7d;
}
.purple-hyacinth {
color: #6a8ebe;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--lamplight:#ffd23d;
--young-fern:#6fbe7d;
--purple-hyacinth:#6a8ebe;
}