Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b2e0e6;
}
.tennis-blue {
color: #80b6c6;
}
.blue-chaise {
color: #4d8ea8;
}
.faience {
color: #2a6e8d;
}
.terror-from-the-deep {
color: #194a67;
}
/* CSS Variables */
:root {
--polar-blue:#b2e0e6;
--tennis-blue:#80b6c6;
--blue-chaise:#4d8ea8;
--faience:#2a6e8d;
--terror-from-the-deep:#194a67;
}