Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.peach-temptation {
color: #f3c4b4;
}
.icy-lemonade {
color: #f6e6b1;
}
.capri-water-blue {
color: #a9e5d9;
}
.valonia {
color: #7dc8d4;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--peach-temptation:#f3c4b4;
--icy-lemonade:#f6e6b1;
--capri-water-blue:#a9e5d9;
--valonia:#7dc8d4;
}