Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.vibrant {
color: #ffd54d;
}
.green-fiasco {
color: #b0eb00;
}
.golf-course {
color: #5c9b4b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--vibrant:#ffd54d;
--green-fiasco:#b0eb00;
--golf-course:#5c9b4b;
}