Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.just-peachy {
color: #f8c572;
}
.ufo-green {
color: #2ecc70;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--grapefruit-pulp:#ff6e61;
--just-peachy:#f8c572;
--ufo-green:#2ecc70;
--mandarin-red:#e74d3c;
}