Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f1f5f9;
}
.baby-s-breath {
color: #d9e4e8;
}
.raindrop {
color: #9fc6c4;
}
.peppermint-fresh {
color: #69bf9b;
}
.dancing-jewel {
color: #409c7a;
}
/* CSS Variables */
:root {
--child-of-light:#f1f5f9;
--baby-s-breath:#d9e4e8;
--raindrop:#9fc6c4;
--peppermint-fresh:#69bf9b;
--dancing-jewel:#409c7a;
}