Color names in this palette
CSS code for this palette
/* CSS */
.elizabeth-blue {
color: #a1b4d3;
}
.snowy-summit {
color: #c5d7e7;
}
.milky-way {
color: #e9f2f7;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.lupin-grey {
color: #d3e1e9;
}
/* CSS Variables */
:root {
--elizabeth-blue:#a1b4d3;
--snowy-summit:#c5d7e7;
--milky-way:#e9f2f7;
--zh-n-zh-b-i-pearl:#f6f8f9;
--lupin-grey:#d3e1e9;
}