Color names in this palette
CSS code for this palette
/* CSS */
.old-guitar {
color: #b75c1f;
}
.welcoming-wasp {
color: #f0a800;
}
.salmon-eggs {
color: #f5d761;
}
.fat-gold {
color: #e6b400;
}
.l-l-red {
color: #d65c24;
}
/* CSS Variables */
:root {
--old-guitar:#b75c1f;
--welcoming-wasp:#f0a800;
--salmon-eggs:#f5d761;
--fat-gold:#e6b400;
--l-l-red:#d65c24;
}