Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.simple-pink {
color: #f6a2af;
}
.wonder-lust {
color: #f28c9c;
}
.flower-blossom-pink {
color: #f07f8a;
}
.strawberry-pink {
color: #f06a7c;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--simple-pink:#f6a2af;
--wonder-lust:#f28c9c;
--flower-blossom-pink:#f07f8a;
--strawberry-pink:#f06a7c;
}