Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.zinnia-gold {
color: #ffd980;
}
.citrus-punch {
color: #ffeb85;
}
.turquoise-tower {
color: #a8e6cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--zinnia-gold:#ffd980;
--citrus-punch:#ffeb85;
--turquoise-tower:#a8e6cf;
}