Color names in this palette
CSS code for this palette
/* CSS */
.wonton-dumpling {
color: #d0a66c;
}
.buttercup-yellow {
color: #e3c1a5;
}
.anise-flower {
color: #f4e2b4;
}
.shrimp-toast {
color: #f8c5a0;
}
.sunset-peach {
color: #f7a67e;
}
/* CSS Variables */
:root {
--wonton-dumpling:#d0a66c;
--buttercup-yellow:#e3c1a5;
--anise-flower:#f4e2b4;
--shrimp-toast:#f8c5a0;
--sunset-peach:#f7a67e;
}