Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.summer-birthday {
color: #b7d7f0;
}
.celestial-cathedral {
color: #d8eaf8;
}
.chef-s-hat {
color: #f3f5f6;
}
.smoke-and-mirrors {
color: #d9e6e8;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--summer-birthday:#b7d7f0;
--celestial-cathedral:#d8eaf8;
--chef-s-hat:#f3f5f6;
--smoke-and-mirrors:#d9e6e8;
}