Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.mirage-lake {
color: #4c908f;
}
.eerie-glow {
color: #a6d8b9;
}
.sunny-mood {
color: #f6c84c;
}
.hot-coral {
color: #f25c54;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--mirage-lake:#4c908f;
--eerie-glow:#a6d8b9;
--sunny-mood:#f6c84c;
--hot-coral:#f25c54;
}