Color names in this palette
CSS code for this palette
/* CSS */
.coral-fountain {
color: #e6aaa2;
}
.new-clay {
color: #f0c2b7;
}
.aria-ivory {
color: #f9e7d7;
}
.duck-egg-cream {
color: #c5e2d5;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--coral-fountain:#e6aaa2;
--new-clay:#f0c2b7;
--aria-ivory:#f9e7d7;
--duck-egg-cream:#c5e2d5;
--light-sky-babe:#9fd2df;
}