Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candyman {
color: #ff9f75;
}
.hint-of-honey {
color: #ffd86b;
}
.field-day {
color: #c3e3a5;
}
.arboretum {
color: #6fbe9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candyman:#ff9f75;
--hint-of-honey:#ffd86b;
--field-day:#c3e3a5;
--arboretum:#6fbe9a;
}