Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f99fbf;
}
.new-clay {
color: #f1c1b6;
}
.ginger-peach {
color: #f9d29f;
}
.venetian-yellow {
color: #f7e6a1;
}
.praise-the-sun {
color: #f3f4d7;
}
/* CSS Variables */
:root {
--rogue-pink:#f99fbf;
--new-clay:#f1c1b6;
--ginger-peach:#f9d29f;
--venetian-yellow:#f7e6a1;
--praise-the-sun:#f3f4d7;
}