Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d6e5f0;
}
.template {
color: #a6c6e7;
}
.kindred {
color: #70a2d2;
}
.quiet-night {
color: #3d8cbd;
}
.blue-oasis {
color: #2a6b93;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d6e5f0;
--template:#a6c6e7;
--kindred:#70a2d2;
--quiet-night:#3d8cbd;
--blue-oasis:#2a6b93;
}