Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.winter-shadow {
color: #4f6c78;
}
.marine-layer {
color: #a5b4b6;
}
.honey-glow {
color: #e8b445;
}
.valencia {
color: #d65c4c;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--winter-shadow:#4f6c78;
--marine-layer:#a5b4b6;
--honey-glow:#e8b445;
--valencia:#d65c4c;
}