Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9b3d;
}
.mellow-drama {
color: #ffc35c;
}
.hint-of-honey {
color: #ffd86b;
}
.eggnog {
color: #ffec9e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9b3d;
--mellow-drama:#ffc35c;
--hint-of-honey:#ffd86b;
--eggnog:#ffec9e;
}