Color names in this palette
CSS code for this palette
/* CSS */
.phellodendron-amurense {
color: #f3c539;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.persimmon-orange {
color: #f76f2b;
}
.sweet-mandarin {
color: #d15b3d;
}
.farmhouse-red {
color: #a74b44;
}
/* CSS Variables */
:root {
--phellodendron-amurense:#f3c539;
--apricot-glazed-chicken:#f5a524;
--persimmon-orange:#f76f2b;
--sweet-mandarin:#d15b3d;
--farmhouse-red:#a74b44;
}