# Scheme Reference

This table lists all current built-in color schemes in FlexColorScheme, the version it was released with, its enum value, short name and description. It shows a small thumbnail of each color scheme in light and dark theme mode. Clicking on a thumbnail opens a high-resolution version of the image.

The column **Swap on M3** shows if a scheme will when the `FlexScheme.light/dark` and `FlexThemeData.light/dark` properties `swapLegacyOnMaterial3` and `useMaterial3` are set to **true**, swap its `secondary`, `tertiary` colors and their container colors. It is only defined to swap, if doing so makes a scheme originally designed for the Material-2 color system, a better fit for intended color design when using the Material-3 color system. If it doesn't improve the fit or if it is already a good fit, the colors aren't set to be swapped. The indicated swap only happens if you **also** set both `swapLegacyOnMaterial3` and `useMaterial3` to **true**. This optional swapping of `secondary` and `tertiary` colors, was introduced in FlexColorScheme version 6.1.0 to make color schemes originally designed for the Material-2 color system, a better fit when using Material-3 and its color system.

Color schemes released starting from version 5.0, were designed with the Material-3 color system in mind. They can even be native Material-3 schemes based on pre-seeded colors or slight variations of them. Color schemes used as examples in the Material-3 design guide, most prominently the one referred to as Material baseline, are also included.

Using **seed generated** color schemes, with the predefined schemes' defined light theme mode primary, secondary and tertiary colors as input, **any predefined** scheme can be made into a perfect fit for the Material-3 color system and its intended color design. It works even better if you don't use the secondary color as a key color when making seed generated color schemes. In many cases you can also include the secondary color, and still get a color scheme that fits the Material-3 color system's design intent.

FlexColorScheme can use the secondary color of a built-in scheme as a key color to seed generate secondary colors. The secondary color and its container are in the Material-3 color system used for less prominent components in the UI. In the color design it is typically a less chromatic version of the primary-color's hue, or a hue close to it. If the hue of a built-in scheme's secondary color, or your custom scheme's secondary color, differs significantly in hue from the primary color, then it may be preferred to not use the secondary color as a key color when seed generating a color scheme. If you for such cases exclude it, you will get a scheme with perfect Material-3 design fit. You will then not find the hue of the scheme's secondary color, in the resulting seed-generated effective color scheme. The more restricted seed generation offered by Flutter SDK's via e.g. `ColorScheme.fromSeed`, can only use one seed color. With it, you have no choice.

In the scheme reference table, the column **Second Key** indicates if it is preferred to exclude a scheme's secondary color when making a seed generated Material-3 color scheme from it. This applies if you want to get a scheme that fits the secondary color's design intent in the Material-3 color system. The recommendations below are based on that `swapLegacyOnMaterial3` and `useMaterial3` are also set to `true`. The recommendation meanings are:

- **exclude**, prefer not using the secondary color as a seed key with this scheme.
- **borderline**, the resulting color is a bit off from the M3 intent, but not too bad, if you flex a bit.
- **may use**, it is not exactly the same, but close enough to probably not matter.
- **can use**, this scheme works perfectly fine with using the secondary color as seed-key. The result will be almost the same even if it is not used as seed-key.

The tertiary colors don't have the same usage and design restrictions as the secondary colors in Material-3. With tertiary color, using it as a key color or using the default Material-3 color systems +60 degree hue rotation from primary color, is more of a color design choice. Either will work fine, they just give different resulting hues for the generated tertiary colors.

| Release | Swap on M3 | Second Key | FlexScheme       | Scheme Name &nbsp;     | Description | &nbsp;Light&nbsp;&nbsp; | &nbsp;Dark&nbsp;&nbsp;&nbsp; |
| :----   | :----:     | :----:        | :----            | :----                  | :----       | :----:  | :----: |
| 1.0.0   | Yes        | exclude       | material         | Material default       | Default Material-2 color theme, used in the design guide. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-01t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-01.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-01t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-01.png) |
| 1.0.0   | Yes        | exclude       |  materialHc       | Material high contrast | High contrast Material-2 design guide theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-02t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-02.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-02t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-02.png) |
| 1.0.0   | Yes        | can use       |  blue             | Blue delight           | Blue color theme, based on Material blue and light blue colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-03t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-03.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-03t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-03.png) |
| 1.0.0   | No         | borderline    |  indigo           | Indigo nights          | Indigo color theme, based on Material indigo and deep purple colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-04t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-04.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-04t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-04.png) |
| 1.0.0   | Yes        | exclude       |  hippieBlue       | Hippie blue            | Hippie blue with surfie green and chock coral pink theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-05t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-05.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-05t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-05.png) |
| 1.0.0   | No         | borderline    |  aquaBlue         | Aqua blue              | Aqua tropical ocean blue theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-06t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-06.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-06t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-06.png) |
| 1.0.0   | No         | may use       |  brandBlue        | Brand blues            | A mixture of blue colors from well known web brands. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-07t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-07.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-07t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-07.png) |
| 1.0.0   | No         | borderline    |  deepBlue         | Deep blue sea          | Dark deep blue sea color theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-08t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-08.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-08t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-08.png) |
| 1.0.0   | No         | borderline     |  sakura           | Pink sakura            | Pink color theme, based on sakura cherry blossom like colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-09t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-09.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-09t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-09.png) |
| 1.0.0   | Yes        | exclude       |  mandyRed         | Oh Mandy red           | Mandy red and Viking blue colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-10t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-10.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-10t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-10.png) |
| 1.0.0   | Yes        | borderline    |  red              | Red tornado            | Red color theme, based on Material red and pink colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-11t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-11.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-11t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-11.png) |
| 1.0.0   | Yes        | can use       |  redWine          | Red red wine           | Red color theme, based on red wine like colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-12t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-12.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-12t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-12.png) |
| 1.0.0   | Yes        | borderline    |  purpleBrown      | Purple brown           | Purple brown tinted aubergine and eggplant colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-13t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-13.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-13t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-13.png) |
| 1.0.0   | Yes        | exclude       |  green            | Green forest           | Green color theme, based on Material green and cyan colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-14t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-14.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-14t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-14.png) |
| 1.0.0   | Yes        | exclude       |  money            | Green money            | Green money and finance style color theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-15t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-15.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-15t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-15.png) |
| 1.0.0   | Yes        | can use       |  jungle           | Green jungle           | Green jungle and rain forest color theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-16t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-16.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-16t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-16.png) |
| 1.0.0   | Yes        | exclude       |  greyLaw          | Grey law               | Material blue grey and ultra dark purple color theme. Colors suitable for law firms.  | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-17t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-17.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-17t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-17.png) |
| 1.0.0   | Yes        | exclude       |  wasabi           | Willow and wasabi      | Wild Willow and wasabi green with orchid purple inspired colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-18t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-18.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-18t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-18.png) |
| 1.0.0   | Yes        | can use       |  gold             | Gold sunset            | Gold sunset color theme, based on orange like colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-19t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-19.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-19t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-19.png) |
| 1.0.0   | Yes        | exclude       |  mango            | Mango mojito           | Orange and green Mango mojito color theme.  | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-20t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-20.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-20t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-20.png) |
| 1.2.0   | No         | exclude       |  amber            | Amber blue             | Amber blaze and blue color theme, based on Material amber and blue accent colors, a high-contrast theme. An alternative to the default Material high contrast theme.| [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-21t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-21.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-21t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-21.png)|
| 1.2.0   | No         | exclude       |  vesuviusBurn     | Vesuvius burned        | Vesuvius burned orange and eden green theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-22t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-22.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-22t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-22.png) |
| 1.2.0   | Yes        | exclude       |  deepPurple       | Deep purple            | Deep purple daisy bush theme, based on Material deepPurple and lightBlueAccent colors. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-23t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-23.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-23t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-23.png)|
| 1.2.0   | Yes        | exclude       |  ebonyClay        | Ebony clay             | Ebony clay dark blue-grey and watercourse green colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-24t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-24.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-24t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-24.png) |
| 1.4.1   | No         | exclude       |  barossa          | Barossa                | Barossa red and cardin green colored theme. A somber color set suited for courts and law firms. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-25t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-25.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-25t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-25.png) |
| 1.4.1   | Yes        | exclude       |  shark            | Shark and orange       | Shark grey and orange ecstasy colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-26t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-26.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-26t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-26.png) |
| 1.4.1   | No         | exclude       |  bigStone         | Big stone tulip        | Big stone blue and tulip tree yellow colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-27t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-27.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-27t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-27.png) |
| 1.4.1   | No         | exclude       |  damask           | Damask and lunar       | Damask red and lunar green colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-28t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-28.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-28t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-28.png) |
| 3.0.0   | Yes        | can use       |  bahamaBlue       | Bahama and trinidad    | Bahama blue and trinidad orange colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-29t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-29.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-29t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-29.png) |
| 3.0.0   | Yes        | may use       |  mallardGreen     | Mallard and valencia   | Mallard green and Valencia pink colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-30t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-30.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-30t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-30.png) |
| 3.0.0   | Yes        | exclude       |  espresso         | Espresso and crema     | Espresso dark brown and crema colored theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-31t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-31.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-31t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-31.png) |
| 3.0.0   | Yes        | can use       |  outerSpace       | Outer space stage      | Outer space dark blue-grey and stage red theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-32t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-32.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-32t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-32.png) |
| 4.0.0   | Yes        | exclude       |  blueWhale        | Blue whale             | Blue whale, jungle green and outrageous tango orange theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-33t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-33.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-33t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-33.png) |
| 4.0.0   | Yes        | exclude       |  sanJuanBlue      | San Juan blue          | San Juan blue and pink salmon theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-34t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-34.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-34t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-34.png) |
| 4.0.0   | No         | exclude       |  rosewood         | Rosewood               | Rosewood red, with horses neck and driftwood theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-35t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-35.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-35t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-35.png) |
| 4.0.0   | Yes        | can use       |  blumineBlue      | Blumine                | Blumine, easter blue and saffron mango theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-36t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-36.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-36t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-36.png) |
| 5.0.0   | No         | can use       |  flutterDash      | Flutter Dash           | Flutter Dash wallpaper based theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-37t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-37.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-37t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-37.png) |
| 5.0.0   | No         | can use       |  materialBaseline | M3 baseline            | Material guide 3 baseline based theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-38t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-38.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-38t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-38.png) |
| 5.0.0   | No         | can use       |  verdunHemlock    | Verdun green           | Material guide 3 verdun and mineral green with hemlock. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-39t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-39.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-39t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-39.png) |
| 5.0.0   | No         | can use       |  dellGenoa        | Dell genoa green       | Material guide 3 theme with dell, axolotl and genoa greens. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-40t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-l-40.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-40t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v5-d-40.png) |
| 7.0.0   |     No     |  can use      |  redM3            | Thunderbird red        | Thunderbird red based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-41t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-41.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-41t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-41.png) |
| 7.0.0   |     No     |  can use      |  pinkM3           | Lipstick pink          | Lipstick pink based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-42t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-42.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-42t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-42.png) |
| 7.0.0   |     No     |  can use      |  purpleM3         | Eggplant purple        | Eggplant purple based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-43t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-43.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-43t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-43.png) |
| 7.0.0   |     No     |  can use      |  indigoM3         | Indigo San Marino      | Indigo San Marino based Material-3 theme.  | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-44t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-44.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-44t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-44.png) |
| 7.0.0   |     No     |  can use      |  blueM3           | Endeavour blue         | Endeavour blue based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-45t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-45.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-45t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-45.png) |
| 7.0.0   |     No     |  can use      |  cyanM3           | Mosque cyan            | Mosque cyan based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-46t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-46.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-46t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-46.png) |
| 7.0.0   |     No     |  can use      |  tealM3           | Blue stone teal        | Blue stone teal based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-47t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-47.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-47t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-47.png) |
| 7.0.0   |     No     |  can use      |  greenM3          | Camarone green         | Camarone green based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-48t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-48.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-48t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-48.png) |
| 7.0.0   |     No     |  can use      |  limeM3           | Verdun lime            | Verdun lime based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-49t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-49.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-49t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-49.png) |
| 7.0.0   |     No     |  can use      | yellowM3          | Yukon gold yellow      | Yukon gold yellow based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-50t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-50.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-50t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-50.png) |
| 7.0.0   |     No     |  can use      |  orangeM3         | Brown orange           | Brown orange based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-51t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-51.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-51t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-51.png) |
| 7.0.0   |     No     |  can use      |  deepOrangeM3     | Rust deep orange       | Rust deep orange based Material-3 theme. | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-52t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-l-52.png) | [<img src="https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-52t.png" width="45"/>](https://raw.githubusercontent.com/rydmike/flex_color_scheme_docs/master/docs/images/fcs-v7-d-52.png) |
