Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.ephemeral-peach {
color: #fce1d4;
}
.dough-yellow {
color: #f7d2b6;
}
.shrimp-cocktail {
color: #f4a462;
}
.orange-ochre {
color: #d97c30;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--ephemeral-peach:#fce1d4;
--dough-yellow:#f7d2b6;
--shrimp-cocktail:#f4a462;
--orange-ochre:#d97c30;
}