Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.atlantic-ocean {
color: #a8d6e6;
}
.fine-blue {
color: #b5e1e3;
}
.child-of-light {
color: #f1f5f8;
}
.peaceful-night {
color: #d6e6e4;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--atlantic-ocean:#a8d6e6;
--fine-blue:#b5e1e3;
--child-of-light:#f1f5f8;
--peaceful-night:#d6e6e4;
}