Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.steel-teal {
color: #5b8b89;
}
.french-market {
color: #a4c3a2;
}
.welcoming-wasp {
color: #f0a800;
}
.liselotte-syrup {
color: #da500b;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--steel-teal:#5b8b89;
--french-market:#a4c3a2;
--welcoming-wasp:#f0a800;
--liselotte-syrup:#da500b;
}