Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.banana-br-l-e {
color: #f8e8b9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--banana-br-l-e:#f8e8b9;
--grapefruit-pulp:#ff6e61;
--carmine:#d60032;
}