index.json — ui Source File
Architecture documentation for index.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"inherit": "inherit",
"current": "currentColor",
"transparent": "transparent",
"black": {
"hex": "#000000",
"rgb": "rgb(0,0,0)",
"hsl": "hsl(0,0%,0%)",
"oklch": "oklch(0.00,0.00,0)",
"rgbChannel": "0 0 0",
"hslChannel": "0 0% 0%"
},
"white": {
"hex": "#ffffff",
"rgb": "rgb(255,255,255)",
"hsl": "hsl(0,0%,100%)",
"oklch": "oklch(1.00,0.00,0)",
"rgbChannel": "255 255 255",
"hslChannel": "0 0% 100%"
},
"slate": [
{
"scale": 50,
"hex": "#f8fafc",
"rgb": "rgb(248,250,252)",
"hsl": "hsl(210,40%,98%)",
"oklch": "oklch(0.98,0.00,248)",
"rgbChannel": "248 250 252",
"hslChannel": "210 40% 98%"
},
{
"scale": 100,
"hex": "#f1f5f9",
"rgb": "rgb(241,245,249)",
"hsl": "hsl(210,40%,96.1%)",
"oklch": "oklch(0.97,0.01,248)",
"rgbChannel": "241 245 249",
"hslChannel": "210 40% 96.1%"
},
{
"scale": 200,
"hex": "#e2e8f0",
"rgb": "rgb(226,232,240)",
"hsl": "hsl(214.3,31.8%,91.4%)",
"oklch": "oklch(0.93,0.01,256)",
"rgbChannel": "226 232 240",
"hslChannel": "214.3 31.8% 91.4%"
},
{
"scale": 300,
"hex": "#cbd5e1",
"rgb": "rgb(203,213,225)",
"hsl": "hsl(212.7,26.8%,83.9%)",
"oklch": "oklch(0.87,0.02,253)",
"rgbChannel": "203 213 225",
"hslChannel": "212.7 26.8% 83.9%"
},
{
"scale": 400,
"hex": "#94a3b8",
// ... (2183 more lines)
Source
Frequently Asked Questions
What does index.json do?
index.json is a source file in the ui codebase, written in json.
Where is index.json in the architecture?
index.json is located at deprecated/www/public/r/colors/index.json (directory: deprecated/www/public/r/colors).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free