Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06400;
}
.beef-bourguignon {
color: #b34d00;
}
.bay-brown {
color: #7a2d00;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06400;
--beef-bourguignon:#b34d00;
--bay-brown:#7a2d00;
}