Color names in this palette
CSS code for this palette
/* CSS */
.first-peach {
color: #f6cac6;
}
.pink-marshmallow {
color: #f0b2d3;
}
.pierogi {
color: #f1d88e;
}
.turquoise-tower {
color: #a8e6cf;
}
.yippie-ya-yellow {
color: #f7f3a1;
}
/* CSS Variables */
:root {
--first-peach:#f6cac6;
--pink-marshmallow:#f0b2d3;
--pierogi:#f1d88e;
--turquoise-tower:#a8e6cf;
--yippie-ya-yellow:#f7f3a1;
}