Color names in this palette
CSS code for this palette
/* CSS */
.imperial-jewel {
color: #6a3e40;
}
.shanghai-peach {
color: #d69a8f;
}
.my-fair-lady {
color: #f3c4c4;
}
.first-date {
color: #f5b2a3;
}
.herald-of-spring {
color: #a46069;
}
/* CSS Variables */
:root {
--imperial-jewel:#6a3e40;
--shanghai-peach:#d69a8f;
--my-fair-lady:#f3c4c4;
--first-date:#f5b2a3;
--herald-of-spring:#a46069;
}