I never particularly liked the standard hard disk icons from MagicWB, but in general I really liked the aesthetic, especially the drawers with topic icons overlaid.
As for MUI, it was a fantastic system for programming user interfaces and for displaying user interfaces, and it's one of the great tragedies of computing that nothing of that calibre exists today as a cross-platform user-skinnable UI toolkit.
It was however, very slightly lacking (on the Amiga) as a system for using user interfaces because it lacked that sense of immediacy for which the Amiga's UI was previously known.
With traditional Intuition gadgets the rendering was done within a high-priority system task, so if you click on a gadget you'll get immediate visual feedback even if the application isn't ready to respond. With MUI the drawing, and thus feedback, doesn't happen until the application's paying attention. Because of that, MUI applications felt non-native. (Even Windows-like!)
That might not seem important in today's world where that level of responsiveness was burned on the altar of network backends and web presentation layers, but that sense of "having the computer's full attention" is a big part of why the Amiga still has fans today.