Color names in this palette
CSS code for this palette
/* CSS */
.lovelight {
color: #fad6d6;
}
.rhodonite {
color: #f2b1c4;
}
.ginger-peach {
color: #f9d39f;
}
.icy-lemonade {
color: #f2e8b1;
}
.sandy-bay {
color: #f9dab4;
}
/* CSS Variables */
:root {
--lovelight:#fad6d6;
--rhodonite:#f2b1c4;
--ginger-peach:#f9d39f;
--icy-lemonade:#f2e8b1;
--sandy-bay:#f9dab4;
}