Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-trumpet {
color: #f2e03a;
}
.jemima {
color: #f7d67e;
}
.goldsmith {
color: #f1b44b;
}
.glitzy-gold {
color: #d6a12e;
}
.raven-black {
color: #3d3d3d;
}
/* CSS Variables */
:root {
--angel-s-trumpet:#f2e03a;
--jemima:#f7d67e;
--goldsmith:#f1b44b;
--glitzy-gold:#d6a12e;
--raven-black:#3d3d3d;
}