Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f8;
}
.fresh-water {
color: #c9e4f8;
}
.atlantic-ocean {
color: #a6d8e3;
}
.green-crush {
color: #66b2a0;
}
.copper-mineral-green {
color: #3a7e6f;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--fresh-water:#c9e4f8;
--atlantic-ocean:#a6d8e3;
--green-crush:#66b2a0;
--copper-mineral-green:#3a7e6f;
}