Color names in this palette
CSS code for this palette
/* CSS */
.aria-ivory {
color: #f9e8d7;
}
.pink-marshmallow {
color: #f4b8d1;
}
.changeling-pink {
color: #f5a8d1;
}
.amaranth-pink {
color: #f49fbb;
}
.sachet-pink {
color: #f490b1;
}
/* CSS Variables */
:root {
--aria-ivory:#f9e8d7;
--pink-marshmallow:#f4b8d1;
--changeling-pink:#f5a8d1;
--amaranth-pink:#f49fbb;
--sachet-pink:#f490b1;
}