Color names in this palette
CSS code for this palette
/* CSS */
.chic-peach {
color: #f0d0c7;
}
.taco {
color: #f4c7b4;
}
.noodles {
color: #f8e1b4;
}
.ride-off-into-the-sunset {
color: #f2d069;
}
.angel-food-cake {
color: #daa44e;
}
/* CSS Variables */
:root {
--chic-peach:#f0d0c7;
--taco:#f4c7b4;
--noodles:#f8e1b4;
--ride-off-into-the-sunset:#f2d069;
--angel-food-cake:#daa44e;
}