<p class="color-app">An app color text.</p>
<p class="color-notice">A notice color text.</p>
<p class="color-warning">A warning color text.</p>
<p class="color-danger">A danger color text.</p>
<p class="color-success">A success color text.</p>
An app color text.
A notice color text.
A warning color text.
A danger color text.
A success color text.
Color Palettes
Color Palettes include a variant of gray and app colors intensity with multiples of 50.
Polaris framework supports light & dark schemes for almost all the components.
For the document component,
it will be handled by the JavaScript library, by default. However, you can set it explicitly.
For other components, if you ignore the components color schemes or themes, they will inherit the document scheme.
Therefore, they act as light components in a light document and as dark components in a dark document.
In that case they may be referred as dynamic schemes (themes).
However, you can set the componetns schemes or themes explicitly, independent from the document scheme.
In that case they may be referred as static schemes (themes).