Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #f7703b;
}
.christmas-orange {
color: #d36927;
}
.scarecrow-frown {
color: #a75f25;
}
.trojan-horse-brown {
color: #7b4e23;
}
.carnaby-tan {
color: #5c3c1f;
}
/* CSS Variables */
:root {
--carrot:#f7703b;
--christmas-orange:#d36927;
--scarecrow-frown:#a75f25;
--trojan-horse-brown:#7b4e23;
--carnaby-tan:#5c3c1f;
}