[@nexim/tailwind-material-colors](../README.md) / MaterialThemePalettes

# Interface: MaterialThemePalettes

Represents the generated light and dark color palettes.

## Properties

| Property                               | Type                        | Description                                                         |
| -------------------------------------- | --------------------------- | ------------------------------------------------------------------- |
| <a id="darkcolors"></a> `darkColors`   | `DictionaryReq`\<`string`\> | Dictionary of color names to RGB string values for the dark theme.  |
| <a id="lightcolors"></a> `lightColors` | `DictionaryReq`\<`string`\> | Dictionary of color names to RGB string values for the light theme. |
