Color names in this palette
CSS code for this palette
/* CSS */
.aria-ivory {
color: #f9e7d7;
}
.carnation-bouquet {
color: #f6c1d2;
}
.amaranth-pink {
color: #f09ebb;
}
.heirloom-rose {
color: #d37ea1;
}
.fat-smooch {
color: #c2517d;
}
/* CSS Variables */
:root {
--aria-ivory:#f9e7d7;
--carnation-bouquet:#f6c1d2;
--amaranth-pink:#f09ebb;
--heirloom-rose:#d37ea1;
--fat-smooch:#c2517d;
}