Color names in this palette
CSS code for this palette
/* CSS */
.icy-lemonade {
color: #f6e8b1;
}
.peach-temptation {
color: #f3c5b4;
}
.princess {
color: #f1a7b2;
}
.pressed-flower {
color: #d78ebf;
}
.rich-lavender {
color: #a86dca;
}
/* CSS Variables */
:root {
--icy-lemonade:#f6e8b1;
--peach-temptation:#f3c5b4;
--princess:#f1a7b2;
--pressed-flower:#d78ebf;
--rich-lavender:#a86dca;
}