Color names in this palette
CSS code for this palette
/* CSS */
.disembark {
color: #5cb8d6;
}
.aquatic-cool {
color: #3ea0b1;
}
.turkish-stone {
color: #287c8f;
}
.tardis {
color: #0e596c;
}
.halite-blue {
color: #0a3a48;
}
/* CSS Variables */
:root {
--disembark:#5cb8d6;
--aquatic-cool:#3ea0b1;
--turkish-stone:#287c8f;
--tardis:#0e596c;
--halite-blue:#0a3a48;
}