Color names in this palette
CSS code for this palette
/* CSS */
.mustard-musketeers {
color: #d69d24;
}
.copper-river {
color: #f6a56f;
}
.warming-peach {
color: #e2b9a1;
}
.feminine-fancy {
color: #c5a5d5;
}
.tech-wave {
color: #4c7c9a;
}
/* CSS Variables */
:root {
--mustard-musketeers:#d69d24;
--copper-river:#f6a56f;
--warming-peach:#e2b9a1;
--feminine-fancy:#c5a5d5;
--tech-wave:#4c7c9a;
}