Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.green-grapple {
color: #3db8b6;
}
.near-moon {
color: #58e4d8;
}
.radiant-sun {
color: #f3ca4f;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--green-grapple:#3db8b6;
--near-moon:#58e4d8;
--radiant-sun:#f3ca4f;
--durotar-fire:#f15a27;
}