Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8d0;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.salmon-pink {
color: #ff8fa5;
}
.french-rose {
color: #ff4d88;
}
.pure-hedonist {
color: #ff1a5b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8d0;
--cherry-blossom-pink:#ffb3c6;
--salmon-pink:#ff8fa5;
--french-rose:#ff4d88;
--pure-hedonist:#ff1a5b;
}