Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.turkish-stone {
color: #2b7b91;
}
.cave-lake {
color: #50b6c3;
}
.everest {
color: #a1e0e3;
}
.milk-glass {
color: #f9f6f1;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--turkish-stone:#2b7b91;
--cave-lake:#50b6c3;
--everest:#a1e0e3;
--milk-glass:#f9f6f1;
}