Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.midwinter-mist {
color: #a7d4dc;
}
.ventilated {
color: #cee6e8;
}
.zh-n-zh-b-i-pearl {
color: #f5f9f9;
}
.warp-drive {
color: #e8f3f3;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--midwinter-mist:#a7d4dc;
--ventilated:#cee6e8;
--zh-n-zh-b-i-pearl:#f5f9f9;
--warp-drive:#e8f3f3;
}