Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.scooter {
color: #2a8c9d;
}
.watercourse {
color: #59c4d9;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--scooter:#2a8c9d;
--watercourse:#59c4d9;
--ice-crystal-blue:#a5e3e0;
--distant-horizon:#f1f8f9;
}