Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9ec4e0;
}
.lake-winnipeg {
color: #7ea1b4;
}
.mallorca-blue {
color: #507b95;
}
.blue-spell {
color: #3b5b6d;
}
.subterranean-river {
color: #1d3a4e;
}
/* CSS Variables */
:root {
--pale-cerulean:#9ec4e0;
--lake-winnipeg:#7ea1b4;
--mallorca-blue:#507b95;
--blue-spell:#3b5b6d;
--subterranean-river:#1d3a4e;
}