Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.valley-of-glaciers {
color: #2c7d9b;
}
.north-wind {
color: #4ab8c4;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.winter-doldrums {
color: #f6f2ea;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--valley-of-glaciers:#2c7d9b;
--north-wind:#4ab8c4;
--ice-crystal-blue:#a4e5e0;
--winter-doldrums:#f6f2ea;
}