Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c8e2;
}
.sea-loch {
color: #6e9ad4;
}
.blue-dart-frog {
color: #3b7a9b;
}
.terror-from-the-deep {
color: #1b4a69;
}
.black-chasm {
color: #0e2a39;
}
/* CSS Variables */
:root {
--windsor-way:#a2c8e2;
--sea-loch:#6e9ad4;
--blue-dart-frog:#3b7a9b;
--terror-from-the-deep:#1b4a69;
--black-chasm:#0e2a39;
}