Color names in this palette
CSS code for this palette
/* CSS */
.vivid-orange {
color: #ff5e00;
}
.mango-madness {
color: #ff8f1f;
}
.peach-butter {
color: #ffa83d;
}
.hawaiian-pineapple {
color: #ffd970;
}
.eggnog {
color: #ffec9e;
}
/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--mango-madness:#ff8f1f;
--peach-butter:#ffa83d;
--hawaiian-pineapple:#ffd970;
--eggnog:#ffec9e;
}