Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.melanie {
color: #e2b6c2;
}
.coral-corn-snake {
color: #e7b1c8;
}
.lili-elbe-s-pink {
color: #d6a4b1;
}
.amorphous-rose {
color: #b0a9b7;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--melanie:#e2b6c2;
--coral-corn-snake:#e7b1c8;
--lili-elbe-s-pink:#d6a4b1;
--amorphous-rose:#b0a9b7;
}