Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f5f7;
}
.meadowsweet-mist {
color: #d4e1e3;
}
.winsome-hue {
color: #a7d8e2;
}
.pearl-bay {
color: #7fc6c7;
}
.bahaman-bliss {
color: #3ea89f;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f5f7;
--meadowsweet-mist:#d4e1e3;
--winsome-hue:#a7d8e2;
--pearl-bay:#7fc6c7;
--bahaman-bliss:#3ea89f;
}