Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d65d38;
}
.sari {
color: #e57e61;
}
.florida-sunrise {
color: #f4a96c;
}
.dairy-made {
color: #f2b440;
}
.peri-peri {
color: #c3312c;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d65d38;
--sari:#e57e61;
--florida-sunrise:#f4a96c;
--dairy-made:#f2b440;
--peri-peri:#c3312c;
}