if (!materialColors[opts.color]) {
            this.color = 'indigo';
        } else {
            this.color = opts.color;
        }