Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mellow-drama {
color: #ffc65c;
}
.endearment {
color: #ffd9a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mellow-drama:#ffc65c;
--endearment:#ffd9a3;
--grapefruit-pulp:#ff6e61;
--fireglow:#d65e3d;
}