Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.norse-blue {
color: #3e9cc1;
}
.fun-and-games {
color: #2c789b;
}
.seafarer {
color: #1c4e6d;
}
.black-chasm {
color: #0a2a38;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--norse-blue:#3e9cc1;
--fun-and-games:#2c789b;
--seafarer:#1c4e6d;
--black-chasm:#0a2a38;
}