Color names in this palette
CSS code for this palette
/* CSS */
.mauve-orchid {
color: #a76c8e;
}
.sweet-taffy {
color: #eab8d2;
}
.muffin-mix {
color: #f5e1d1;
}
.shrimp-toast {
color: #f9c59f;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--mauve-orchid:#a76c8e;
--sweet-taffy:#eab8d2;
--muffin-mix:#f5e1d1;
--shrimp-toast:#f9c59f;
--shrimp-cocktail:#f4a462;
}