Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.wake-me-up {
color: #f6d55a;
}
.celery-sprig {
color: #a1da8b;
}
.emerald-bliss {
color: #4bbead;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--wake-me-up:#f6d55a;
--celery-sprig:#a1da8b;
--emerald-bliss:#4bbead;
--grapefruit-pulp:#ff6e61;
}