Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f1b1d1;
}
.prism-pink {
color: #f2a1c5;
}
.amaranth-pink {
color: #f29cbd;
}
.amaranth {
color: #ed6ea9;
}
.flirty-rose {
color: #d55d8d;
}
/* CSS Variables */
:root {
--changeling-pink:#f1b1d1;
--prism-pink:#f2a1c5;
--amaranth-pink:#f29cbd;
--amaranth:#ed6ea9;
--flirty-rose:#d55d8d;
}