Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #193c4d;
}
.peabody {
color: #3c6f77;
}
.milky-blue {
color: #6ea9b9;
}
.fair-aqua {
color: #b2e0da;
}
.laundry-white {
color: #f3f8f1;
}
/* CSS Variables */
:root {
--subterranean-river:#193c4d;
--peabody:#3c6f77;
--milky-blue:#6ea9b9;
--fair-aqua:#b2e0da;
--laundry-white:#f3f8f1;
}