Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8e42;
}
.peanut-butter-chicken {
color: #ffb861;
}
.optimistic-yellow {
color: #f4e1a4;
}
.dingy-sticky-note {
color: #e1f59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8e42;
--peanut-butter-chicken:#ffb861;
--optimistic-yellow:#f4e1a4;
--dingy-sticky-note:#e1f59e;
}