Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a6ad;
}
.lemon-ice-yellow {
color: #f5e2a8;
}
.pierogi {
color: #f3d68c;
}
.farm-straw {
color: #d1b44d;
}
.amber-glow {
color: #f29d3a;
}
/* CSS Variables */
:root {
--simple-pink:#f7a6ad;
--lemon-ice-yellow:#f5e2a8;
--pierogi:#f3d68c;
--farm-straw:#d1b44d;
--amber-glow:#f29d3a;
}