Color names in this palette
CSS code for this palette
/* CSS */
.smooch {
color: #7b1e50;
}
.gooseberry {
color: #a63f60;
}
.emperor-s-children {
color: #f1a2b3;
}
.ginger-peach {
color: #f8d2a0;
}
.sugar-cookie {
color: #f2e3a1;
}
/* CSS Variables */
:root {
--smooch:#7b1e50;
--gooseberry:#a63f60;
--emperor-s-children:#f1a2b3;
--ginger-peach:#f8d2a0;
--sugar-cookie:#f2e3a1;
}