Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f2f6f8;
}
.beachcomber {
color: #d8e2e4;
}
.restful-retreat {
color: #b1c5c9;
}
.thermocline {
color: #8caeba;
}
.blue-chaise {
color: #4b8daa;
}
/* CSS Variables */
:root {
--child-of-light:#f2f6f8;
--beachcomber:#d8e2e4;
--restful-retreat:#b1c5c9;
--thermocline:#8caeba;
--blue-chaise:#4b8daa;
}