Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a52;
}
.casual-blue {
color: #4b7e91;
}
.open-seas {
color: #87b1ba;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a52;
--casual-blue:#4b7e91;
--open-seas:#87b1ba;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}