<div class='sourceset sourceset-common'>Common</div>

```kotlin
class NavigationSuiteColors
internal constructor(
    val shortNavigationBarContainerColor: Color,
    val shortNavigationBarContentColor: Color,
    val wideNavigationRailColors: WideNavigationRailColors,
    val navigationBarContainerColor: Color,
    val navigationBarContentColor: Color,
    val navigationRailContainerColor: Color,
    val navigationRailContentColor: Color,
    val navigationDrawerContainerColor: Color,
    val navigationDrawerContentColor: Color,
)
```

Represents the colors of a [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite).

For specifics about each navigation component colors see [NavigationBarDefaults](/jetpack-compose/androidx.compose.material3/material3/objects/NavigationBarDefaults),
[NavigationRailDefaults](/jetpack-compose/androidx.compose.material3/material3/objects/NavigationRailDefaults), and [DrawerDefaults](/jetpack-compose/androidx.compose.material3/material3/objects/DrawerDefaults).

#### Parameters

| | |
| --- | --- |
| shortNavigationBarContainerColor | the container color for the [ShortNavigationBar](/jetpack-compose/androidx.compose.material3/material3/components/ShortNavigationBar) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| shortNavigationBarContentColor | the content color for the [ShortNavigationBar](/jetpack-compose/androidx.compose.material3/material3/components/ShortNavigationBar) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| wideNavigationRailColors | the [WideNavigationRailColors](/jetpack-compose/androidx.compose.material3/material3/classes/WideNavigationRailColors) for the [WideNavigationRail](/jetpack-compose/androidx.compose.material3/material3/components/WideNavigationRail) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationBarContainerColor | the container color for the [NavigationBar](/jetpack-compose/androidx.compose.material3/material3/components/NavigationBar) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationBarContentColor | the content color for the [NavigationBar](/jetpack-compose/androidx.compose.material3/material3/components/NavigationBar) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationRailContainerColor | the container color for the [NavigationRail](/jetpack-compose/androidx.compose.material3/material3/components/NavigationRail) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationRailContentColor | the content color for the [NavigationRail](/jetpack-compose/androidx.compose.material3/material3/components/NavigationRail) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationDrawerContainerColor | the container color for the [PermanentDrawerSheet](/jetpack-compose/androidx.compose.material3/material3/components/PermanentDrawerSheet) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |
| navigationDrawerContentColor | the content color for the [PermanentDrawerSheet](/jetpack-compose/androidx.compose.material3/material3/components/PermanentDrawerSheet) of the [NavigationSuite](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuite) |