Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.glitter-yellow {
color: #f8d75d;
}
.amber-yellow {
color: #f6b55a;
}
.fireglow {
color: #d65e3d;
}
.tanager {
color: #a53931;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--glitter-yellow:#f8d75d;
--amber-yellow:#f6b55a;
--fireglow:#d65e3d;
--tanager:#a53931;
}