Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.flyway {
color: #60b4d2;
}
.fresh-blue {
color: #87d5e3;
}
.blizzard-blue {
color: #a1e7f2;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--flyway:#60b4d2;
--fresh-blue:#87d5e3;
--blizzard-blue:#a1e7f2;
--pale-blue:#d1f9ff;
}