Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e2b1;
}
.manila {
color: #e7caa7;
}
.peachy-confection {
color: #d3a78d;
}
.fresh-cedar {
color: #a67f77;
}
.euphoric-magenta {
color: #7b5b6d;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e2b1;
--manila:#e7caa7;
--peachy-confection:#d3a78d;
--fresh-cedar:#a67f77;
--euphoric-magenta:#7b5b6d;
}