Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.sports-blue {
color: #399bb1;
}
.skink-blue {
color: #5cc3d1;
}
.turquoise-chalk {
color: #6fe2e0;
}
.ice-citadel {
color: #b1f7f7;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--sports-blue:#399bb1;
--skink-blue:#5cc3d1;
--turquoise-chalk:#6fe2e0;
--ice-citadel:#b1f7f7;
}