Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f1e7a2;
}
.mollusca {
color: #e8bca1;
}
.kiss {
color: #d58bac;
}
.soft-purple {
color: #a36aaf;
}
.bright-eggplant {
color: #5c4c8a;
}
/* CSS Variables */
:root {
--majestic-treasures:#f1e7a2;
--mollusca:#e8bca1;
--kiss:#d58bac;
--soft-purple:#a36aaf;
--bright-eggplant:#5c4c8a;
}