Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.freshwater {
color: #4ba1b4;
}
.blue-moon {
color: #3b8ea5;
}
.turkish-stone {
color: #2b7a91;
}
.hanaasagi-blue {
color: #1a667f;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--freshwater:#4ba1b4;
--blue-moon:#3b8ea5;
--turkish-stone:#2b7a91;
--hanaasagi-blue:#1a667f;
}