/* stylelint-disable value-list-max-empty-lines */
$ui-colors: (

  // Orange
  orange-darkest: #b93f00, // featherweight dsc-3
  orange-dark: #b93f00,
  orange-medium: #b93f00,
  orange-light: #ff9240,
  orange-lightest: #ff9240,

  // Paper
  paper-darkest: #e9e1df,
  paper-dark: #f0eae7,
  paper-medium: #f5f0ef,
  paper-light: #f7f4f3,
  paper-lightest: #f9f7f6,
  paper-supreme: #fcfbfa,

  // Paper Ink
  paper-ink-darkest: #303030, // featherweight gray-5
  paper-ink-dark: #303030,
  paper-ink-medium: #707070, // featherweight gray-4
  paper-ink-light: #707070,
  paper-ink-lightest: #707070,

  // Charcoal
  charcoal-darkest: #000000,
  charcoal-dark: #141414,
  charcoal-medium: #201f1f,
  charcoal-light: #252424,
  charcoal-lightest: #333333,

  // Charcoal Ink
  charcoal-ink-darkest: #aaaaaa, // featherweight gray-3
  charcoal-ink-dark: #aaaaaa,
  charcoal-ink-medium: #aaaaaa,
  charcoal-ink-light: #ffffff,
  charcoal-ink-lightest: #ffffff,

  // Blades
  blades-darkest: #f8f3ee,
  blades-dark: #faf5f0,
  blades-medium: #faf7f3,
  blades-light: #faf8f5,
  blades-lightest: #fdfbf8,

  // Fresh Blades
  fresh-blades-darkest: #f8f3ee,
  fresh-blades-dark: #faf5f0,
  fresh-blades-medium: #faf7f3,
  fresh-blades-light: #faf8f5,
  fresh-blades-lightest: #fdfbf8,

  // Minis
  minis-darkest: #eed0ad,
  minis-dark: #f3d4b1,
  minis-medium: #f3ddc4,
  minis-light: #fae4cb,
  minis-lightest: #ffeed9,

  // Shave
  shave-darkest: #00313f,
  shave-dark: #003a4a,
  shave-medium: #095063,
  shave-light: #0d6178,
  shave-lightest: #368297,

  // Cologne
  cologne-darkest: #0a1726,
  cologne-dark: #172337,
  cologne-medium: #21314c,
  cologne-light: #334564,
  cologne-lightest: #455a7d,

  // Clean
  clean-darkest: #281e31,
  clean-dark: #2b2035,
  clean-medium: #352841,
  clean-light: #463456,
  clean-lightest: #685578,

  // Protect
  protect-darkest: #663524,
  protect-dark: #733b28,
  protect-medium: #7f422e,
  protect-light: #a6593f,
  protect-lightest: #bf6648,

  // Style
  style-darkest: #141414,
  style-dark: #191919,
  style-medium: #232323,
  style-light: #2b2b2b,
  style-lightest: #595959,

  // Fresh
  fresh-darkest: #545454,
  fresh-dark: #5d5c5c,
  fresh-medium: #6e6e6e,
  fresh-light: #7f7f7f,
  fresh-lightest: #999999,

  // Travel
  travel-darkest: #332d29,
  travel-dark: #403934,
  travel-medium: #59504a,
  travel-light: #665e59,
  travel-lightest: #736c68,

  // Dsc Goods
  dsc-goods-darkest: #332d29,
  dsc-goods-dark: #403934,
  dsc-goods-medium: #59504a,
  dsc-goods-light: #665e59,
  dsc-goods-lightest: #736c68,

  // Oral Care
  oral-care-darkest: #006a6c,
  oral-care-dark: #017b7d,
  oral-care-medium: #01918a,
  oral-care-light: #02c1af,
  oral-care-lightest: #51dccf,

  // Groundskeeper (deodorant-and-wipes)
  deodorant-and-wipes-darkest: #005a39,
  deodorant-and-wipes-dark: #008051,
  deodorant-and-wipes-medium: #008756,
  deodorant-and-wipes-light: #4da685,
  deodorant-and-wipes-lightest: #73b99f,

  // Gifting
  gifting-dark: #f2d4b1,
  gifting-light: #ffecd6,

  // Red
  red-darkest: #912018,
  red-dark: #c0291e,
  red-medium: #e94338,
  red-light: #ee6057,
  red-lightest: #fc837b,

  // Green
  green-darkest: #087948,
  green-dark: #0aaa65,
  green-medium: #0ad37c,
  green-light: #2df7a0,
  green-lightest: #60ffba,

  // Blue
  blue-darkest: #045d85,
  blue-dark: #0379ae,
  blue-medium: #009be1,
  blue-light: #3dc3ff,
  blue-lightest: #6dd2ff,

  // OpaqueBlack
  black-opaque-1: rgba(0, 0, 0, 0.1),
  black-opaque-2: rgba(0, 0, 0, 0.2),
  black-opaque-4: rgba(0, 0, 0, 0.4),
  black-opaque-6: rgba(0, 0, 0, 0.6),
  black-opaque-8: rgba(0, 0, 0, 0.8),
  // OpaqueWhite
  white-opaque-2: rgba(255, 255, 255, 0.2),
  white-opaque-4: rgba(255, 255, 255, 0.4),
  white-opaque-6: rgba(255, 255, 255, 0.6),
  white-opaque-8: rgba(255, 255, 255, 0.8),
  white-opaque-9: rgba(255, 255, 255, 0.9),

  // Featherweight, from @featherweight/src/tokens
  fw-gray-1: #f7f7f7,
  fw-gray-2: #d6d6d6,
  fw-gray-3: #aaaaaa,
  fw-gray-4: #707070,
  fw-gray-5: #303030,
  fw-gray-6: #202020,
  fw-dsc-1: #ff6000,
  fw-dsc-2: #e45600,
  fw-dsc-3: #b93f00,
  fw-blue-focus: #5e9ed6,
  fw-green-success: #0ad37c,
  fw-green-promotion: #aaf8b9,
  fw-red-error: #bc3a0c,

  // Brand Refresh

  // Brand
  blue: #001233,
  coral: #ff595a,
  natural: #efe0ca,
  lightCream: #f9f3ea,

  // Accents
  teal: #53d8df,
  green: #b4de74,

  // Grayscale
  white: #ffffff,
  gray-light: #d6d9de,
  gray-medium: #858e9d,
  gray-dark: #525e75,
  black: #000000,

  // UI
  success: #0d7164,
  alert: #bc3a0c,
  focus: #5e9ed6,

  // Social Brands
  facebook: #38569a,
  google: #4285f4
);

/* stylelint-enable value-list-max-empty-lines */
