Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5ba;
}
.sweet-lilac {
color: #eab8d1;
}
.icy-lemonade {
color: #f5e7b2;
}
.frozen-forest {
color: #d0e8b5;
}
.peahen {
color: #6d9c8b;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5ba;
--sweet-lilac:#eab8d1;
--icy-lemonade:#f5e7b2;
--frozen-forest:#d0e8b5;
--peahen:#6d9c8b;
}