Color names in this palette
CSS code for this palette
/* CSS */
.fresh-gingerbread {
color: #d86b22;
}
.welcoming-wasp {
color: #f0a800;
}
.wake-me-up {
color: #f5d45b;
}
.french-market {
color: #a2caa0;
}
.cerulean-frost {
color: #6c9cc6;
}
/* CSS Variables */
:root {
--fresh-gingerbread:#d86b22;
--welcoming-wasp:#f0a800;
--wake-me-up:#f5d45b;
--french-market:#a2caa0;
--cerulean-frost:#6c9cc6;
}