Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd0e0;
}
.blissful-blue {
color: #b2c9d7;
}
.blanc-de-blanc {
color: #e4e7e5;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
.everlasting {
color: #a1c0d9;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd0e0;
--blissful-blue:#b2c9d7;
--blanc-de-blanc:#e4e7e5;
--zh-n-zh-b-i-pearl:#f6f9f9;
--everlasting:#a1c0d9;
}