Color names in this palette
CSS code for this palette
/* CSS */
.young-green-onion {
color: #a4da4e;
}
.cheater {
color: #f0b25c;
}
.boho-copper {
color: #bb6130;
}
.gingerbread {
color: #8f4c2d;
}
.carnaby-tan {
color: #5c3c1f;
}
/* CSS Variables */
:root {
--young-green-onion:#a4da4e;
--cheater:#f0b25c;
--boho-copper:#bb6130;
--gingerbread:#8f4c2d;
--carnaby-tan:#5c3c1f;
}