Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e87b8;
}
.cave-lake {
color: #50bac3;
}
.mint-majesty {
color: #7dd8c2;
}
.venetian-yellow {
color: #f8e3a0;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--hidden-springs:#1e87b8;
--cave-lake:#50bac3;
--mint-majesty:#7dd8c2;
--venetian-yellow:#f8e3a0;
--sun-orange:#f47b1f;
}