Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.crystalsong-blue {
color: #4eb5b7;
}
.marlin-green {
color: #3da2a4;
}
.turkish-jade {
color: #2d8c8f;
}
.blue-kelp {
color: #1f7a7f;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--crystalsong-blue:#4eb5b7;
--marlin-green:#3da2a4;
--turkish-jade:#2d8c8f;
--blue-kelp:#1f7a7f;
}