Color names in this palette
CSS code for this palette
/* CSS */
.blooming-aster {
color: #d7e0ef;
}
.artesian-pool {
color: #a3c2e1;
}
.windstorm {
color: #6999c3;
}
.linoleum-blue {
color: #3f7d9d;
}
.blue-tang {
color: #2b4c6e;
}
/* CSS Variables */
:root {
--blooming-aster:#d7e0ef;
--artesian-pool:#a3c2e1;
--windstorm:#6999c3;
--linoleum-blue:#3f7d9d;
--blue-tang:#2b4c6e;
}