Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #aac7e9;
}
.child-of-light {
color: #f1f5f8;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.frozen-blue {
color: #a6c3d9;
}
.light-sea-cliff {
color: #b8d4ea;
}
/* CSS Variables */
:root {
--baby-bunting:#aac7e9;
--child-of-light:#f1f5f8;
--extraordinary-abundance-of-tinge:#e6e6e6;
--frozen-blue:#a6c3d9;
--light-sea-cliff:#b8d4ea;
}