Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a5c4a1;
}
.wonton-dumpling {
color: #d0a66c;
}
.forgotten-gold {
color: #c6b69f;
}
.texas-longhorn {
color: #e28c3c;
}
.rose-of-sharon {
color: #a94c2d;
}
/* CSS Variables */
:root {
--french-market:#a5c4a1;
--wonton-dumpling:#d0a66c;
--forgotten-gold:#c6b69f;
--texas-longhorn:#e28c3c;
--rose-of-sharon:#a94c2d;
}