Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.jericho-jade {
color: #4f8c7e;
}
.tropical-trail {
color: #86d5b3;
}
.venetian-yellow {
color: #f6e6a2;
}
.flame-stitch {
color: #d86146;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--jericho-jade:#4f8c7e;
--tropical-trail:#86d5b3;
--venetian-yellow:#f6e6a2;
--flame-stitch:#d86146;
}