Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f4c3cf;
}
.sweet-lilac {
color: #eab8d1;
}
.rose-elegance {
color: #e8a1b7;
}
.deep-blush {
color: #e76a89;
}
.kenny-s-kiss {
color: #d4596d;
}
/* CSS Variables */
:root {
--in-the-pink:#f4c3cf;
--sweet-lilac:#eab8d1;
--rose-elegance:#e8a1b7;
--deep-blush:#e76a89;
--kenny-s-kiss:#d4596d;
}