Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.peach-butter {
color: #fbaf3c;
}
.marigold-dust {
color: #f4cf3e;
}
.tropical-light {
color: #a3d86e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--peach-butter:#fbaf3c;
--marigold-dust:#f4cf3e;
--tropical-light:#a3d86e;
}