Color names in this palette
CSS code for this palette
/* CSS */
.child-of-light {
color: #f2f6f8;
}
.foamy-surf {
color: #b2d6e0;
}
.broom-butterfly-blue {
color: #6db5d9;
}
.eyelash-viper {
color: #f4c348;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--child-of-light:#f2f6f8;
--foamy-surf:#b2d6e0;
--broom-butterfly-blue:#6db5d9;
--eyelash-viper:#f4c348;
--meat:#f47b7b;
}