Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.think-pink {
color: #e7a2c0;
}
.wild-orchid {
color: #d67a9e;
}
.cherry-pink {
color: #c75c7e;
}
.glazed-raspberry {
color: #a7495f;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--think-pink:#e7a2c0;
--wild-orchid:#d67a9e;
--cherry-pink:#c75c7e;
--glazed-raspberry:#a7495f;
}