Color names in this palette
CSS code for this palette
/* CSS */
.celestial-cathedral {
color: #d9e6f7;
}
.aqua-pura {
color: #dbf0ed;
}
.eternal-white {
color: #f9f3dc;
}
.cherry-flower {
color: #f9dcea;
}
.grape-taffy {
color: #f6dff3;
}
/* CSS Variables */
:root {
--celestial-cathedral:#d9e6f7;
--aqua-pura:#dbf0ed;
--eternal-white:#f9f3dc;
--cherry-flower:#f9dcea;
--grape-taffy:#f6dff3;
}