Color names in this palette
CSS code for this palette
/* CSS */
.freesia {
color: #f0c32d;
}
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.raging-leaf {
color: #d65200;
}
.chocolate-fondue {
color: #992b00;
}
/* CSS Variables */
:root {
--freesia:#f0c32d;
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06c00;
--raging-leaf:#d65200;
--chocolate-fondue:#992b00;
}