Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f8d56d;
}
.mad-for-mango {
color: #f5a300;
}
.fresh-gingerbread {
color: #d76b1d;
}
.ketchup {
color: #9c3c2b;
}
.pompadour {
color: #6b1f4a;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f8d56d;
--mad-for-mango:#f5a300;
--fresh-gingerbread:#d76b1d;
--ketchup:#9c3c2b;
--pompadour:#6b1f4a;
}