Color names in this palette
CSS code for this palette
/* CSS */
.trumpet {
color: #d0b76c;
}
.rich-sorrel {
color: #a87c3e;
}
.witch-s-cottage {
color: #4c3b2a;
}
.contrasting-yellow {
color: #f2c202;
}
.sizzling-sunset {
color: #e67a4c;
}
/* CSS Variables */
:root {
--trumpet:#d0b76c;
--rich-sorrel:#a87c3e;
--witch-s-cottage:#4c3b2a;
--contrasting-yellow:#f2c202;
--sizzling-sunset:#e67a4c;
}