Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d6e7;
}
.spearfish {
color: #5fb6c4;
}
.seachange {
color: #3b8b9b;
}
.night-shift {
color: #2b5b69;
}
.sunken-harbor {
color: #1b3e46;
}
/* CSS Variables */
:root {
--blue-click:#a6d6e7;
--spearfish:#5fb6c4;
--seachange:#3b8b9b;
--night-shift:#2b5b69;
--sunken-harbor:#1b3e46;
}