All the examples I've come across use a pre-existing palette, like $indigo-palette. For example here:
https://material.angular.io/guide/theming
I don't want to use any indigo, pink or any pre-defined palette. I want to create a theme with my custom specific color, for example '#bbbbbb'. How can I do that?