{
  "meta": { "name": "Kinta color system", "version": "1.0", "updated": "2026-07" },
  "ramps": [
    { "name": "Lime", "slug": "lime", "role": "primary", "base": 200, "stops": {
      "50":"#F0FFC7","100":"#E1F79E","200":"#D4EB8E","300":"#B7CD71","400":"#9EB357",
      "500":"#84983C","600":"#6D8020","700":"#576800","800":"#425000","900":"#2E3800" } },
    { "name": "Teal", "slug": "teal", "role": "primary", "base": 500, "stops": {
      "50":"#E2FDFF","100":"#B5F9FF","200":"#97EAF0","300":"#74D3DA","400":"#4ABAC3",
      "500":"#00A3AD","600":"#00868E","700":"#006C73","800":"#005459","900":"#003B3F" } },
    { "name": "Ink", "slug": "ink", "role": "text & depth", "base": 900, "stops": {
      "50":"#F1F9F8","100":"#E5EDEC","200":"#D2DBDA","300":"#B8C4C3","400":"#9CABAA",
      "500":"#809290","600":"#677B79","700":"#4E6462","800":"#364E4C","900":"#14302E" } },
    { "name": "Mist", "slug": "mist", "role": "surface", "base": 50, "stops": {
      "50":"#F2F9F5","100":"#E6EDE9","200":"#D4DBD7","300":"#BCC3BF","400":"#A3A9A6",
      "500":"#898F8C","600":"#717874","700":"#5B615D","800":"#454B47","900":"#2F3431" } },
    { "name": "Coral", "slug": "coral", "role": "accent", "base": 400, "stops": {
      "50":"#FFF4F2","100":"#FFE4DF","200":"#FFCBC2","300":"#FFA698","400":"#FF6F5C",
      "500":"#E65847","600":"#CA3D2E","700":"#AE1F13","800":"#8D0400","900":"#650200" } }
  ],
  "semantic": [
    { "token": "surface/page",     "hex": "#F7FAF7", "alias": null,        "use": "Default page background" },
    { "token": "surface/card",     "hex": "#FFFFFF", "alias": null,        "use": "Cards and elevated surfaces" },
    { "token": "surface/ink",      "hex": "#14302E", "alias": "ink-900",   "use": "Dark panels, primary CTAs" },
    { "token": "surface/ink-hover","hex": "#2F5A52", "alias": null,        "use": "Hover state of ink surfaces" },
    { "token": "text/heading",     "hex": "#000000", "alias": null,        "use": "Headings on light" },
    { "token": "text/body",        "hex": "#4E6462", "alias": "ink-700",   "use": "Body copy on light" },
    { "token": "text/muted",       "hex": "#809290", "alias": "ink-500",   "use": "Secondary copy, captions" },
    { "token": "text/faint",       "hex": "#A3A9A6", "alias": "mist-400",  "use": "Tertiary details, meta" },
    { "token": "text/secondary",   "hex": "#5B615D", "alias": "mist-700",  "use": "Labels, list copy" },
    { "token": "teal/base",        "hex": "#00A3AD", "alias": "teal-500",  "use": "The product color; fills, charts" },
    { "token": "teal/deep",        "hex": "#00868E", "alias": "teal-600",  "use": "Kickers and text links on light" },
    { "token": "teal/hover",       "hex": "#006C73", "alias": "teal-700",  "use": "Link hover" },
    { "token": "teal/soft",        "hex": "#74D3DA", "alias": "teal-300",  "use": "Accents on ink" },
    { "token": "teal/bright",      "hex": "#B5F9FF", "alias": "teal-100",  "use": "Glows, charts on ink" },
    { "token": "teal/tint",        "hex": "#E2FDFF", "alias": "teal-50",   "use": "Icon tiles, subtle fills" },
    { "token": "lime/base",        "hex": "#D4EB8E", "alias": "lime-200",  "use": "Highlight sweeps, badges" },
    { "token": "lime/tint",        "hex": "#F0FFC7", "alias": "lime-50",   "use": "Soft fills" },
    { "token": "lime/deep",        "hex": "#576800", "alias": "lime-700",  "use": "Text on lime fills" },
    { "token": "coral/base",       "hex": "#FF6F5C", "alias": "coral-400", "use": "Promo/alert accents" },
    { "token": "coral/deep",       "hex": "#E65847", "alias": "coral-500", "use": "Alert text, strike marks" },
    { "token": "coral/tint",       "hex": "#FFF4F2", "alias": "coral-50",  "use": "Alert backgrounds" },
    { "token": "line/default",     "hex": "#E6EDE9", "alias": "mist-100",  "use": "Hairlines, card borders" },
    { "token": "line/strong",      "hex": "#D4DBD7", "alias": "mist-200",  "use": "Emphasized borders" },
    { "token": "line/on-ink",      "hex": "#364E4C", "alias": "ink-800",   "use": "Borders on dark panels" },
    { "token": "on-ink/text",      "hex": "#F1F9F8", "alias": "ink-50",    "use": "Text on ink" },
    { "token": "on-ink/muted",     "hex": "#B8C4C3", "alias": "ink-300",   "use": "Secondary text on ink" },
    { "token": "on-ink/faint",     "hex": "#677B79", "alias": "ink-600",   "use": "Tertiary text on ink" }
  ]
}
