Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.rozowy-pink {
color: #f1a7b8;
}
.wonder-lust {
color: #f28c9c;
}
.jellyfish-sting {
color: #f26987;
}
.pink-punch {
color: #d14d6b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--rozowy-pink:#f1a7b8;
--wonder-lust:#f28c9c;
--jellyfish-sting:#f26987;
--pink-punch:#d14d6b;
}