Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.flickering-gold {
color: #c7a46b;
}
.giallo {
color: #f2d036;
}
.carrot {
color: #ff713d;
}
.phlox-pink {
color: #d2609b;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--flickering-gold:#c7a46b;
--giallo:#f2d036;
--carrot:#ff713d;
--phlox-pink:#d2609b;
}