Material design
Material is an design language consisting of guidelines, components, and tools that aim to support the best practices of user interface design. Material design helps and encourage collaboration between designers and developers, this leads teams into building products and features that are more robust and consist. It also helps ideas to be realised into solution more efficently.
For example PAM implements Material designs type system.
<!-- H1 -->
<h1 pam-typography="h1">H1</h1>
<!-- Subtitle 1 -->
<h2 pam-typography="subtitle-1">Subtitle 1</h2>
<!-- Body -->
<p pam-typography="body-1">Body 1</p>
Another example is that PAM follows the Material Design color theme baseline. PAM has additional skin colors that can be viewed at the [skins-variables] section.
<!-- Primary background color -->
<div pam-skin="primary">
<!-- Secondary background color -->
<div pam-skin="secondary">
Head over to the offical Material Design website for more information and inspiration.