Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.faded-poster {
color: #7ddde8;
}
.sea-capture {
color: #5bc0dc;
}
.sports-blue {
color: #3c9eb4;
}
.turkish-stone {
color: #2a7a8d;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--faded-poster:#7ddde8;
--sea-capture:#5bc0dc;
--sports-blue:#3c9eb4;
--turkish-stone:#2a7a8d;
}