Color names in this palette
CSS code for this palette
/* CSS */
.emerald-bliss {
color: #4bbead;
}
.tan-red {
color: #fc4d1d;
}
.jubilation {
color: #f9d624;
}
.trump-tan {
color: #f9a76c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--emerald-bliss:#4bbead;
--tan-red:#fc4d1d;
--jubilation:#f9d624;
--trump-tan:#f9a76c;
--grapefruit-pulp:#ff6e61;
}