Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.buff-yellow {
color: #f4b966;
}
.wiener-schnitzel {
color: #f09c00;
}
.orange-gluttony {
color: #e87721;
}
.flame-stitch {
color: #d55b48;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--buff-yellow:#f4b966;
--wiener-schnitzel:#f09c00;
--orange-gluttony:#e87721;
--flame-stitch:#d55b48;
}