Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f9d7e0;
}
.foamy-surf {
color: #b3d4e0;
}
.sea-cliff {
color: #a4c7e0;
}
.menoth-white-base {
color: #f2e6ba;
}
.corn-field {
color: #f9f3c3;
}
/* CSS Variables */
:root {
--pink-frosting:#f9d7e0;
--foamy-surf:#b3d4e0;
--sea-cliff:#a4c7e0;
--menoth-white-base:#f2e6ba;
--corn-field:#f9f3c3;
}