// Generated by npm run generate:palettes — do not edit by hand
// Source: tokens/colors.css (PimentCSS v1)

$palettes-oklch: (
  accent: (
    100: #fff4e8,
    200: #ffe0b8,
    300: #ffc77a,
    400: #ffad42,
    500: #f5921a,
    600: #d97a12,
    700: #b36210,
    800: #874a0c,
    900: #5c3208,
  ),
  error: (
    100: #ffeceb,
    200: #ffc4be,
    300: #ff8a7a,
    400: #e85a4a,
    450: #c94438,
    500: #b32d24,
    600: #94231c,
    700: #751b16,
    800: #561410,
    900: #380d0a,
  ),
  information: (
    100: #e8f7fc,
    200: #b8e8f8,
    300: #6ecde8,
    400: #2aafd4,
    500: #0d8fb8,
    600: #0a7699,
    700: #085f7a,
    800: #06455a,
    900: #042d3c,
  ),
  neutral: (
    100: #faf8f4,
    200: #efe9df,
    300: #d9d0c4,
    400: #b8aea0,
    450: #968c80,
    500: #5c6478,
    600: #4a5162,
    700: #3a404f,
    800: #2a2f3c,
    900: #161a26,
    black: #000000,
    white: #ffffff,
  ),
  primary: (
    100: #dff6f4,
    200: #a8e8e2,
    300: #5ec9be,
    400: #2ba89c,
    500: #1a8f84,
    600: #0f766e,
    700: #0c5f59,
    800: #094a46,
    900: #063532,
  ),
  success: (
    100: #e5f8e8,
    200: #b8ebc4,
    300: #7ad492,
    400: #42b864,
    500: #1f9a47,
    600: oklch(52% 0.16 142),
    650: #1a7a3a,
    700: #156530,
    800: #0e451f,
    900: #082a13,
  ),
  warning: (
    100: #fff5e8,
    200: #ffe2bc,
    300: #ffc888,
    400: #ffad52,
    500: #f08f28,
    600: #d47820,
    700: #a85c18,
    800: #7a4210,
    900: #4d2a0a,
  ),
);

$palettes-hex: (
  accent: (
    100: #fff4e8,
    200: #ffe0b8,
    300: #ffc77a,
    400: #ffad42,
    500: #f5921a,
    600: #d97a12,
    700: #b36210,
    800: #874a0c,
    900: #5c3208,
  ),
  error: (
    100: #ffeceb,
    200: #ffc4be,
    300: #ff8a7a,
    400: #e85a4a,
    450: #c94438,
    500: #b32d24,
    600: #94231c,
    700: #751b16,
    800: #561410,
    900: #380d0a,
  ),
  information: (
    100: #e8f7fc,
    200: #b8e8f8,
    300: #6ecde8,
    400: #2aafd4,
    500: #0d8fb8,
    600: #0a7699,
    700: #085f7a,
    800: #06455a,
    900: #042d3c,
  ),
  neutral: (
    100: #faf8f4,
    200: #efe9df,
    300: #d9d0c4,
    400: #b8aea0,
    450: #968c80,
    500: #5c6478,
    600: #4a5162,
    700: #3a404f,
    800: #2a2f3c,
    900: #161a26,
    black: #000000,
    white: #ffffff,
  ),
  primary: (
    100: #dff6f4,
    200: #a8e8e2,
    300: #5ec9be,
    400: #2ba89c,
    500: #1a8f84,
    600: #0f766e,
    700: #0c5f59,
    800: #094a46,
    900: #063532,
  ),
  success: (
    100: #e5f8e8,
    200: #b8ebc4,
    300: #7ad492,
    400: #42b864,
    500: #1f9a47,
    650: #1a7a3a,
    700: #156530,
    800: #0e451f,
    900: #082a13,
  ),
  warning: (
    100: #fff5e8,
    200: #ffe2bc,
    300: #ffc888,
    400: #ffad52,
    500: #f08f28,
    600: #d47820,
    700: #a85c18,
    800: #7a4210,
    900: #4d2a0a,
  ),
);
