Color names in this palette
CSS code for this palette
/* CSS */
.lady-banksia {
color: #fce6a6;
}
.dairy-made {
color: #f2b440;
}
.carnival {
color: #e78a27;
}
.full-of-life {
color: #da5c2b;
}
.burning-bush {
color: #9f3e3c;
}
/* CSS Variables */
:root {
--lady-banksia:#fce6a6;
--dairy-made:#f2b440;
--carnival:#e78a27;
--full-of-life:#da5c2b;
--burning-bush:#9f3e3c;
}