Color names in this palette
CSS code for this palette
/* CSS */
.batch-blue {
color: #86b3cb;
}
.sky-s-the-limit {
color: #bbcde2;
}
.celestial-light {
color: #c7d9ea;
}
.blooming-aster {
color: #d8e3ee;
}
.kodama-white {
color: #e6f3fa;
}
/* CSS Variables */
:root {
--batch-blue:#86b3cb;
--sky-s-the-limit:#bbcde2;
--celestial-light:#c7d9ea;
--blooming-aster:#d8e3ee;
--kodama-white:#e6f3fa;
}