Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-temptation {
color: #f4c3b4;
}
.aria-ivory {
color: #f9e7d7;
}
.bad-moon-yellow {
color: #f1e6b6;
}
.fresh-heather {
color: #d1c2e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-temptation:#f4c3b4;
--aria-ivory:#f9e7d7;
--bad-moon-yellow:#f1e6b6;
--fresh-heather:#d1c2e0;
}