Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1c4a6d;
}
.blue-dart-frog {
color: #3a7a9c;
}
.freshwater {
color: #4ea2b1;
}
.arctic-ocean {
color: #6cc3d0;
}
.across-the-bay {
color: #b3e2ea;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1c4a6d;
--blue-dart-frog:#3a7a9c;
--freshwater:#4ea2b1;
--arctic-ocean:#6cc3d0;
--across-the-bay:#b3e2ea;
}