Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.indian-saffron {
color: #ff9c33;
}
.yellow-jacket {
color: #ffc83d;
}
.bilious-green {
color: #a5d86e;
}
.little-league {
color: #6d9c8e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--indian-saffron:#ff9c33;
--yellow-jacket:#ffc83d;
--bilious-green:#a5d86e;
--little-league:#6d9c8e;
}