Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1a3f4c;
}
.muddy-cyan {
color: #3e6875;
}
.estuary-blue {
color: #73a6b5;
}
.quench-blue {
color: #b6e1e7;
}
.laundry-white {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--subterranean-river:#1a3f4c;
--muddy-cyan:#3e6875;
--estuary-blue:#73a6b5;
--quench-blue:#b6e1e7;
--laundry-white:#f5f9f1;
}