Color names in this palette
CSS code for this palette
/* CSS */
.immortal-indigo {
color: #d9b5d0;
}
.in-the-pink {
color: #f2c5d0;
}
.butter-muffin {
color: #f8e0b4;
}
.new-clay {
color: #f1c1b6;
}
.pink-fit {
color: #f6a2b0;
}
/* CSS Variables */
:root {
--immortal-indigo:#d9b5d0;
--in-the-pink:#f2c5d0;
--butter-muffin:#f8e0b4;
--new-clay:#f1c1b6;
--pink-fit:#f6a2b0;
}