Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1a9999;
}
.tropical-escape {
color: #4cb8b2;
}
.aqua-zing {
color: #7ed7d6;
}
.blizzard-blue {
color: #a2e6e7;
}
.icy-wind {
color: #d5f1f1;
}
/* CSS Variables */
:root {
--sea-fantasy:#1a9999;
--tropical-escape:#4cb8b2;
--aqua-zing:#7ed7d6;
--blizzard-blue:#a2e6e7;
--icy-wind:#d5f1f1;
}