Color names in this palette
CSS code for this palette
/* CSS */
.hidden-waters {
color: #1f4e5c;
}
.jericho-jade {
color: #4f8c7e;
}
.gulf-stream {
color: #76b2a3;
}
.yellow-cream {
color: #f0d16a;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--hidden-waters:#1f4e5c;
--jericho-jade:#4f8c7e;
--gulf-stream:#76b2a3;
--yellow-cream:#f0d16a;
--mandarin-red:#e74d3c;
}