Color names in this palette
CSS code for this palette
/* CSS */
.mulled-spice {
color: #d5a676;
}
.never-forget {
color: #a66e86;
}
.peahen {
color: #6f9b8c;
}
.natural-orchestra {
color: #4ba07b;
}
.regal {
color: #d9c1b4;
}
/* CSS Variables */
:root {
--mulled-spice:#d5a676;
--never-forget:#a66e86;
--peahen:#6f9b8c;
--natural-orchestra:#4ba07b;
--regal:#d9c1b4;
}