$color-palette-data: (
  neutral: (
    1000: $theme-color-neutral-1000,
    900: $theme-color-neutral-900,
    800: $theme-color-neutral-800,
    700: $theme-color-neutral-700,
    600: $theme-color-neutral-600,
    500: $theme-color-neutral-500,
    400: $theme-color-neutral-400,
    300: $theme-color-neutral-300,
    200: $theme-color-neutral-200,
    100: $theme-color-neutral-100,
    080: $theme-color-neutral-080,
    050: $theme-color-neutral-050,
    000: $theme-color-neutral-000
  ),

  brand-primary: (
    900: $theme-color-brand-primary-900,
    800: $theme-color-brand-primary-800,
    700: $theme-color-brand-primary-700,
    600: $theme-color-brand-primary-600,
    500: $theme-color-brand-primary-500,
    400: $theme-color-brand-primary-400,
    300: $theme-color-brand-primary-300,
    200: $theme-color-brand-primary-200,
    100: $theme-color-brand-primary-100
  ),

  brand-secondary: (
    900: $theme-color-brand-secondary-900,
    800: $theme-color-brand-secondary-800,
    700: $theme-color-brand-secondary-700,
    600: $theme-color-brand-secondary-600,
    500: $theme-color-brand-secondary-500,
    400: $theme-color-brand-secondary-400,
    300: $theme-color-brand-secondary-300,
    200: $theme-color-brand-secondary-200,
    100: $theme-color-brand-secondary-100
  ),

  success: (
    900: $theme-color-success-900,
    800: $theme-color-success-800,
    700: $theme-color-success-700,
    600: $theme-color-success-600,
    500: $theme-color-success-500,
    400: $theme-color-success-400,
    300: $theme-color-success-300,
    200: $theme-color-success-200,
    100: $theme-color-success-100
  ),

  warning: (
    900: $theme-color-warning-900,
    800: $theme-color-warning-800,
    700: $theme-color-warning-700,
    600: $theme-color-warning-600,
    500: $theme-color-warning-500,
    400: $theme-color-warning-400,
    300: $theme-color-warning-300,
    200: $theme-color-warning-200,
    100: $theme-color-warning-100
  ),

  danger: (
    900: $theme-color-danger-900,
    800: $theme-color-danger-800,
    700: $theme-color-danger-700,
    600: $theme-color-danger-600,
    500: $theme-color-danger-500,
    400: $theme-color-danger-400,
    300: $theme-color-danger-300,
    200: $theme-color-danger-200,
    100: $theme-color-danger-100
  ) 
) !default;
