Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.kimberley-sea {
color: #396b7f;
}
.montana-sky {
color: #6bb1b8;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.tree-poppy {
color: #e17e3d;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--kimberley-sea:#396b7f;
--montana-sky:#6bb1b8;
--antique-wicker-basket:#f2d2a1;
--tree-poppy:#e17e3d;
}