Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.love-at-first-sight {
color: #e6a3b0;
}
.sugar-tooth {
color: #d78e9f;
}
.channel {
color: #f0c1c2;
}
.touching-white {
color: #f4e1d7;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--love-at-first-sight:#e6a3b0;
--sugar-tooth:#d78e9f;
--channel:#f0c1c2;
--touching-white:#f4e1d7;
}