Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.lagoona-teal {
color: #77c5d4;
}
.freshwater {
color: #4ca8b8;
}
.precious-stone {
color: #2e8b99;
}
.hanaasagi-blue {
color: #1b6a79;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--lagoona-teal:#77c5d4;
--freshwater:#4ca8b8;
--precious-stone:#2e8b99;
--hanaasagi-blue:#1b6a79;
}