Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e3a6b2;
}
.channel {
color: #f1c4c0;
}
.frosted-tulip {
color: #f6d9d5;
}
.misty-rose {
color: #fee4e1;
}
.perfect-pink {
color: #e8b3b0;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e3a6b2;
--channel:#f1c4c0;
--frosted-tulip:#f6d9d5;
--misty-rose:#fee4e1;
--perfect-pink:#e8b3b0;
}