Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.maiden-voyage {
color: #89c7d7;
}
.blue-topaz {
color: #64b0c9;
}
.starflower-blue {
color: #4a9ab0;
}
.turkish-stone {
color: #2e7b94;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--maiden-voyage:#89c7d7;
--blue-topaz:#64b0c9;
--starflower-blue:#4a9ab0;
--turkish-stone:#2e7b94;
}