Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a496b;
}
.faience {
color: #2e6b8a;
}
.aqua-fresco {
color: #4a9ca5;
}
.sparkling-mint {
color: #a4dad4;
}
.bone-chilling {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a496b;
--faience:#2e6b8a;
--aqua-fresco:#4a9ca5;
--sparkling-mint:#a4dad4;
--bone-chilling:#e1f4f1;
}