Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8d1;
}
.pink-fit {
color: #f5a8b2;
}
.zany-pink {
color: #e67988;
}
.kenny-s-kiss {
color: #d65c74;
}
.raspberry-patch {
color: #a84d68;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8d1;
--pink-fit:#f5a8b2;
--zany-pink:#e67988;
--kenny-s-kiss:#d65c74;
--raspberry-patch:#a84d68;
}