Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.seaglass {
color: #d0e6df;
}
.bath-salt-green {
color: #b8e0d8;
}
.downy {
color: #6ed4c1;
}
.waterfall {
color: #3bb0a2;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--seaglass:#d0e6df;
--bath-salt-green:#b8e0d8;
--downy:#6ed4c1;
--waterfall:#3bb0a2;
}