Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a52;
}
.winter-storm {
color: #4c6f7b;
}
.salt-blue {
color: #7b9b9d;
}
.lester {
color: #b1d3c4;
}
.gin-fizz {
color: #f7e9ca;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a52;
--winter-storm:#4c6f7b;
--salt-blue:#7b9b9d;
--lester:#b1d3c4;
--gin-fizz:#f7e9ca;
}