Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1b4b69;
}
.winter-time {
color: #3e90a3;
}
.arctic-ocean {
color: #66c1d1;
}
.everest {
color: #a2e5e6;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1b4b69;
--winter-time:#3e90a3;
--arctic-ocean:#66c1d1;
--everest:#a2e5e6;
--chef-s-hat:#f1f8f5;
}