How to get site drupal name programmatically on Drupal 11

We can get the site name using the config system.site,

\Drupal::config('system.site')->get('name');