Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.zinnia-gold {
color: #ffd980;
}
.baby-chick {
color: #ffeba3;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--zinnia-gold:#ffd980;
--baby-chick:#ffeba3;
--spring-buttercup:#fff5c2;
}