Color names in this palette
CSS code for this palette
/* CSS */
.skylight {
color: #b7d7d7;
}
.blue-dam {
color: #a1c6d4;
}
.stormfang {
color: #7dabbf;
}
.blue-fjord {
color: #5f8fab;
}
.blue-antarctic {
color: #4b789b;
}
/* CSS Variables */
:root {
--skylight:#b7d7d7;
--blue-dam:#a1c6d4;
--stormfang:#7dabbf;
--blue-fjord:#5f8fab;
--blue-antarctic:#4b789b;
}