Color names in this palette
CSS code for this palette
/* CSS */
.plum-juice {
color: #e2a1da;
}
.parrot-tulip {
color: #f0c1d3;
}
.lemon-filling {
color: #f7e6a6;
}
.crystal-glass-green {
color: #b2e0c9;
}
.coastal-waters {
color: #7ab6e1;
}
/* CSS Variables */
:root {
--plum-juice:#e2a1da;
--parrot-tulip:#f0c1d3;
--lemon-filling:#f7e6a6;
--crystal-glass-green:#b2e0c9;
--coastal-waters:#7ab6e1;
}