Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.decisive-yellow {
color: #ffcc4d;
}
.bilious-green {
color: #a5d86f;
}
.young-fern {
color: #6dba79;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--decisive-yellow:#ffcc4d;
--bilious-green:#a5d86f;
--young-fern:#6dba79;
}