Color names in this palette
CSS code for this palette
/* CSS */
.crazy {
color: #e5ce3e;
}
.dilly-dally {
color: #f6da5a;
}
.fresh-yellow {
color: #f9e190;
}
.fresh-baked-bread {
color: #f9d6be;
}
.trick-or-treat {
color: #e6b589;
}
/* CSS Variables */
:root {
--crazy:#e5ce3e;
--dilly-dally:#f6da5a;
--fresh-yellow:#f9e190;
--fresh-baked-bread:#f9d6be;
--trick-or-treat:#e6b589;
}