Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c5e7;
}
.lavender-phlox {
color: #a8b5e1;
}
.tear {
color: #b3d7e0;
}
.sweetheart {
color: #f2c5d8;
}
.elastic-pink {
color: #eba8c8;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c5e7;
--lavender-phlox:#a8b5e1;
--tear:#b3d7e0;
--sweetheart:#f2c5d8;
--elastic-pink:#eba8c8;
}