Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3d4d;
}
.winter-shadow {
color: #4f6b78;
}
.donnegal {
color: #8cb1a5;
}
.lemonade {
color: #f2e59c;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3d4d;
--winter-shadow:#4f6b78;
--donnegal:#8cb1a5;
--lemonade:#f2e59c;
--blue-angels-yellow:#fab700;
}