Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a7b3;
}
.old-fashioned-pink {
color: #f5c7cb;
}
.elizabeth-rose {
color: #f9e0d2;
}
.coral-blossom {
color: #f9c09f;
}
.vinaceous-cinnamon {
color: #f88b8b;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a7b3;
--old-fashioned-pink:#f5c7cb;
--elizabeth-rose:#f9e0d2;
--coral-blossom:#f9c09f;
--vinaceous-cinnamon:#f88b8b;
}