Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.stormy-ridge {
color: #4c809a;
}
.vintage-blue {
color: #89b8b4;
}
.radiant-sun {
color: #f3ca4f;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--stormy-ridge:#4c809a;
--vintage-blue:#89b8b4;
--radiant-sun:#f3ca4f;
--orange-gluttony:#e77e23;
}