Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.pink-mimosa {
color: #f7b7a6;
}
.whipped-peach {
color: #f9cfae;
}
.icy-lemonade {
color: #f6e8b1;
}
.woven-raffia {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--pink-mimosa:#f7b7a6;
--whipped-peach:#f9cfae;
--icy-lemonade:#f6e8b1;
--woven-raffia:#f2dfc0;
}