Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.rose-mallow {
color: #f5a3c7;
}
.persian-pink {
color: #f27dba;
}
.kirby {
color: #d94a91;
}
.amaranth-deep-purple {
color: #a5316b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--rose-mallow:#f5a3c7;
--persian-pink:#f27dba;
--kirby:#d94a91;
--amaranth-deep-purple:#a5316b;
}