Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e5f2;
}
.sea-cliff {
color: #a3c7e0;
}
.cerulean-frost {
color: #6f9cc8;
}
.blue-dart-frog {
color: #3b7da0;
}
.terror-from-the-deep {
color: #1a4c6b;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e5f2;
--sea-cliff:#a3c7e0;
--cerulean-frost:#6f9cc8;
--blue-dart-frog:#3b7da0;
--terror-from-the-deep:#1a4c6b;
}