Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.sunday-afternoon {
color: #f6c879;
}
.spring-yellow {
color: #f3e77c;
}
.celery-victor {
color: #c8ebc1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--sunday-afternoon:#f6c879;
--spring-yellow:#f3e77c;
--celery-victor:#c8ebc1;
}