Color names in this palette
CSS code for this palette
/* CSS */
.glide-time {
color: #5c6e7f;
}
.polished-metal {
color: #809cb3;
}
.blue-dam {
color: #a1c3d4;
}
.snowdrift-glow {
color: #d5e6f1;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--glide-time:#5c6e7f;
--polished-metal:#809cb3;
--blue-dam:#a1c3d4;
--snowdrift-glow:#d5e6f1;
--silent-snowfall:#eff7fb;
}