Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.orange-you-happy {
color: #ff7c1f;
}
.orange-pop {
color: #ffb83d;
}
.faded-sunlight {
color: #ffcb6b;
}
.eggnog {
color: #ffed9e;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--orange-you-happy:#ff7c1f;
--orange-pop:#ffb83d;
--faded-sunlight:#ffcb6b;
--eggnog:#ffed9e;
}