Only specify Saturation and Lightness.
Can be provided a color scale, it will automatically interpolate between the colors based on the hue.
The scale should have a strictly decreasing hue value.
Method of retrieval
Use a function + the kind for core and navigation
const style = {
searchBackground: primary(CoreScale),
navigationBackground: main(NavigationScale),
mainBackgroundA: gradient(main(CoreScale)).A, // if a gradient is possible use gradient function
mainBackgroundB: gradient(main(CoreScale)).B, // if a gradient is possible use gradient function
}
When using the gradient function, but the desired color is not a gradient, put the same color in A and B.
Draft
Scales
Navigation
Core
Status
Labels
Only specify Saturation and Lightness. Can be provided a color scale, it will automatically interpolate between the colors based on the hue. The scale should have a strictly decreasing hue value.
Method of retrieval
Use a function + the kind for core and navigation
When using the gradient function, but the desired color is not a gradient, put the same color in A and B.
Use a function for the status colors
Labels use a function with hue inside
NOTE: Create a material UI application and look at their method for theming