Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.cape-lee {
color: #4f7e8c;
}
.iced-aqua {
color: #a7d3d7;
}
.shrimp-toast {
color: #f7c6a1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--cape-lee:#4f7e8c;
--iced-aqua:#a7d3d7;
--shrimp-toast:#f7c6a1;
--welcoming-wasp:#f0a800;
}