Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.discovery-bay {
color: #2a6c7e;
}
.blue-grotto {
color: #4da8c7;
}
.turquoise-sea {
color: #68d5e3;
}
.blizzard-blue {
color: #a5ebf3;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--discovery-bay:#2a6c7e;
--blue-grotto:#4da8c7;
--turquoise-sea:#68d5e3;
--blizzard-blue:#a5ebf3;
}