Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5fb1bf;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-red {
color: #e74d3c;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--finnish-fiord:#5fb1bf;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
--mandarin-red:#e74d3c;
--dodgeroll-gold:#f39c12;
}