Skip to main content

titleAttributes-color

// Property(ies): titleAttributes: color - iOS Only
// Component(s): Ti.UI.TabGroup, Ti.UI.Window
'.title-attributes-transparent': { titleAttributes: { color: 'transparent' } }
'.title-attributes-black': { titleAttributes: { color: '#000000' } }
'.title-attributes-white': { titleAttributes: { color: '#ffffff' } }
'.title-attributes-slate-50': { titleAttributes: { color: '#f8fafc' } }
'.title-attributes-slate-100': { titleAttributes: { color: '#f1f5f9' } }
'.title-attributes-slate-200': { titleAttributes: { color: '#e2e8f0' } }
'.title-attributes-slate-300': { titleAttributes: { color: '#cbd5e1' } }
'.title-attributes-slate-400': { titleAttributes: { color: '#94a3b8' } }
'.title-attributes-slate-500': { titleAttributes: { color: '#64748b' } }
'.title-attributes-slate-600': { titleAttributes: { color: '#475569' } }
'.title-attributes-slate-700': { titleAttributes: { color: '#334155' } }
'.title-attributes-slate-800': { titleAttributes: { color: '#1e293b' } }
'.title-attributes-slate-900': { titleAttributes: { color: '#0f172a' } }
'.title-attributes-slate-950': { titleAttributes: { color: '#020617' } }
'.title-attributes-gray-50': { titleAttributes: { color: '#f9fafb' } }
'.title-attributes-gray-100': { titleAttributes: { color: '#f3f4f6' } }
'.title-attributes-gray-200': { titleAttributes: { color: '#e5e7eb' } }
'.title-attributes-gray-300': { titleAttributes: { color: '#d1d5db' } }
'.title-attributes-gray-400': { titleAttributes: { color: '#9ca3af' } }
'.title-attributes-gray-500': { titleAttributes: { color: '#6b7280' } }
'.title-attributes-gray-600': { titleAttributes: { color: '#4b5563' } }
'.title-attributes-gray-700': { titleAttributes: { color: '#374151' } }
'.title-attributes-gray-800': { titleAttributes: { color: '#1f2937' } }
'.title-attributes-gray-900': { titleAttributes: { color: '#111827' } }
'.title-attributes-gray-950': { titleAttributes: { color: '#030712' } }
'.title-attributes-zinc-50': { titleAttributes: { color: '#fafafa' } }
'.title-attributes-zinc-100': { titleAttributes: { color: '#f4f4f5' } }
'.title-attributes-zinc-200': { titleAttributes: { color: '#e4e4e7' } }
'.title-attributes-zinc-300': { titleAttributes: { color: '#d4d4d8' } }
'.title-attributes-zinc-400': { titleAttributes: { color: '#a1a1aa' } }
'.title-attributes-zinc-500': { titleAttributes: { color: '#71717a' } }
'.title-attributes-zinc-600': { titleAttributes: { color: '#52525b' } }
'.title-attributes-zinc-700': { titleAttributes: { color: '#3f3f46' } }
'.title-attributes-zinc-800': { titleAttributes: { color: '#27272a' } }
'.title-attributes-zinc-900': { titleAttributes: { color: '#18181b' } }
'.title-attributes-zinc-950': { titleAttributes: { color: '#09090b' } }
'.title-attributes-neutral-50': { titleAttributes: { color: '#fafafa' } }
'.title-attributes-neutral-100': { titleAttributes: { color: '#f5f5f5' } }
'.title-attributes-neutral-200': { titleAttributes: { color: '#e5e5e5' } }
'.title-attributes-neutral-300': { titleAttributes: { color: '#d4d4d4' } }
'.title-attributes-neutral-400': { titleAttributes: { color: '#a3a3a3' } }
'.title-attributes-neutral-500': { titleAttributes: { color: '#737373' } }
'.title-attributes-neutral-600': { titleAttributes: { color: '#525252' } }
'.title-attributes-neutral-700': { titleAttributes: { color: '#404040' } }
'.title-attributes-neutral-800': { titleAttributes: { color: '#262626' } }
'.title-attributes-neutral-900': { titleAttributes: { color: '#171717' } }
'.title-attributes-neutral-950': { titleAttributes: { color: '#0a0a0a' } }
'.title-attributes-stone-50': { titleAttributes: { color: '#fafaf9' } }
'.title-attributes-stone-100': { titleAttributes: { color: '#f5f5f4' } }
'.title-attributes-stone-200': { titleAttributes: { color: '#e7e5e4' } }
'.title-attributes-stone-300': { titleAttributes: { color: '#d6d3d1' } }
'.title-attributes-stone-400': { titleAttributes: { color: '#a8a29e' } }
'.title-attributes-stone-500': { titleAttributes: { color: '#78716c' } }
'.title-attributes-stone-600': { titleAttributes: { color: '#57534e' } }
'.title-attributes-stone-700': { titleAttributes: { color: '#44403c' } }
'.title-attributes-stone-800': { titleAttributes: { color: '#292524' } }
'.title-attributes-stone-900': { titleAttributes: { color: '#1c1917' } }
'.title-attributes-stone-950': { titleAttributes: { color: '#0c0a09' } }
'.title-attributes-red-50': { titleAttributes: { color: '#fef2f2' } }
'.title-attributes-red-100': { titleAttributes: { color: '#fee2e2' } }
'.title-attributes-red-200': { titleAttributes: { color: '#fecaca' } }
'.title-attributes-red-300': { titleAttributes: { color: '#fca5a5' } }
'.title-attributes-red-400': { titleAttributes: { color: '#f87171' } }
'.title-attributes-red-500': { titleAttributes: { color: '#ef4444' } }
'.title-attributes-red-600': { titleAttributes: { color: '#dc2626' } }
'.title-attributes-red-700': { titleAttributes: { color: '#b91c1c' } }
'.title-attributes-red-800': { titleAttributes: { color: '#991b1b' } }
'.title-attributes-red-900': { titleAttributes: { color: '#7f1d1d' } }
'.title-attributes-red-950': { titleAttributes: { color: '#450a0a' } }
'.title-attributes-orange-50': { titleAttributes: { color: '#fff7ed' } }
'.title-attributes-orange-100': { titleAttributes: { color: '#ffedd5' } }
'.title-attributes-orange-200': { titleAttributes: { color: '#fed7aa' } }
'.title-attributes-orange-300': { titleAttributes: { color: '#fdba74' } }
'.title-attributes-orange-400': { titleAttributes: { color: '#fb923c' } }
'.title-attributes-orange-500': { titleAttributes: { color: '#f97316' } }
'.title-attributes-orange-600': { titleAttributes: { color: '#ea580c' } }
'.title-attributes-orange-700': { titleAttributes: { color: '#c2410c' } }
'.title-attributes-orange-800': { titleAttributes: { color: '#9a3412' } }
'.title-attributes-orange-900': { titleAttributes: { color: '#7c2d12' } }
'.title-attributes-orange-950': { titleAttributes: { color: '#431407' } }
'.title-attributes-amber-50': { titleAttributes: { color: '#fffbeb' } }
'.title-attributes-amber-100': { titleAttributes: { color: '#fef3c7' } }
'.title-attributes-amber-200': { titleAttributes: { color: '#fde68a' } }
'.title-attributes-amber-300': { titleAttributes: { color: '#fcd34d' } }
'.title-attributes-amber-400': { titleAttributes: { color: '#fbbf24' } }
'.title-attributes-amber-500': { titleAttributes: { color: '#f59e0b' } }
'.title-attributes-amber-600': { titleAttributes: { color: '#d97706' } }
'.title-attributes-amber-700': { titleAttributes: { color: '#b45309' } }
'.title-attributes-amber-800': { titleAttributes: { color: '#92400e' } }
'.title-attributes-amber-900': { titleAttributes: { color: '#78350f' } }
'.title-attributes-amber-950': { titleAttributes: { color: '#451a03' } }
'.title-attributes-yellow-50': { titleAttributes: { color: '#fefce8' } }
'.title-attributes-yellow-100': { titleAttributes: { color: '#fef9c3' } }
'.title-attributes-yellow-200': { titleAttributes: { color: '#fef08a' } }
'.title-attributes-yellow-300': { titleAttributes: { color: '#fde047' } }
'.title-attributes-yellow-400': { titleAttributes: { color: '#facc15' } }
'.title-attributes-yellow-500': { titleAttributes: { color: '#eab308' } }
'.title-attributes-yellow-600': { titleAttributes: { color: '#ca8a04' } }
'.title-attributes-yellow-700': { titleAttributes: { color: '#a16207' } }
'.title-attributes-yellow-800': { titleAttributes: { color: '#854d0e' } }
'.title-attributes-yellow-900': { titleAttributes: { color: '#713f12' } }
'.title-attributes-yellow-950': { titleAttributes: { color: '#422006' } }
'.title-attributes-lime-50': { titleAttributes: { color: '#f7fee7' } }
'.title-attributes-lime-100': { titleAttributes: { color: '#ecfccb' } }
'.title-attributes-lime-200': { titleAttributes: { color: '#d9f99d' } }
'.title-attributes-lime-300': { titleAttributes: { color: '#bef264' } }
'.title-attributes-lime-400': { titleAttributes: { color: '#a3e635' } }
'.title-attributes-lime-500': { titleAttributes: { color: '#84cc16' } }
'.title-attributes-lime-600': { titleAttributes: { color: '#65a30d' } }
'.title-attributes-lime-700': { titleAttributes: { color: '#4d7c0f' } }
'.title-attributes-lime-800': { titleAttributes: { color: '#3f6212' } }
'.title-attributes-lime-900': { titleAttributes: { color: '#365314' } }
'.title-attributes-lime-950': { titleAttributes: { color: '#1a2e05' } }
'.title-attributes-green-50': { titleAttributes: { color: '#f0fdf4' } }
'.title-attributes-green-100': { titleAttributes: { color: '#dcfce7' } }
'.title-attributes-green-200': { titleAttributes: { color: '#bbf7d0' } }
'.title-attributes-green-300': { titleAttributes: { color: '#86efac' } }
'.title-attributes-green-400': { titleAttributes: { color: '#4ade80' } }
'.title-attributes-green-500': { titleAttributes: { color: '#22c55e' } }
'.title-attributes-green-600': { titleAttributes: { color: '#16a34a' } }
'.title-attributes-green-700': { titleAttributes: { color: '#15803d' } }
'.title-attributes-green-800': { titleAttributes: { color: '#166534' } }
'.title-attributes-green-900': { titleAttributes: { color: '#14532d' } }
'.title-attributes-green-950': { titleAttributes: { color: '#052e16' } }
'.title-attributes-emerald-50': { titleAttributes: { color: '#ecfdf5' } }
'.title-attributes-emerald-100': { titleAttributes: { color: '#d1fae5' } }
'.title-attributes-emerald-200': { titleAttributes: { color: '#a7f3d0' } }
'.title-attributes-emerald-300': { titleAttributes: { color: '#6ee7b7' } }
'.title-attributes-emerald-400': { titleAttributes: { color: '#34d399' } }
'.title-attributes-emerald-500': { titleAttributes: { color: '#10b981' } }
'.title-attributes-emerald-600': { titleAttributes: { color: '#059669' } }
'.title-attributes-emerald-700': { titleAttributes: { color: '#047857' } }
'.title-attributes-emerald-800': { titleAttributes: { color: '#065f46' } }
'.title-attributes-emerald-900': { titleAttributes: { color: '#064e3b' } }
'.title-attributes-emerald-950': { titleAttributes: { color: '#022c22' } }
'.title-attributes-teal-50': { titleAttributes: { color: '#f0fdfa' } }
'.title-attributes-teal-100': { titleAttributes: { color: '#ccfbf1' } }
'.title-attributes-teal-200': { titleAttributes: { color: '#99f6e4' } }
'.title-attributes-teal-300': { titleAttributes: { color: '#5eead4' } }
'.title-attributes-teal-400': { titleAttributes: { color: '#2dd4bf' } }
'.title-attributes-teal-500': { titleAttributes: { color: '#14b8a6' } }
'.title-attributes-teal-600': { titleAttributes: { color: '#0d9488' } }
'.title-attributes-teal-700': { titleAttributes: { color: '#0f766e' } }
'.title-attributes-teal-800': { titleAttributes: { color: '#115e59' } }
'.title-attributes-teal-900': { titleAttributes: { color: '#134e4a' } }
'.title-attributes-teal-950': { titleAttributes: { color: '#042f2e' } }
'.title-attributes-cyan-50': { titleAttributes: { color: '#ecfeff' } }
'.title-attributes-cyan-100': { titleAttributes: { color: '#cffafe' } }
'.title-attributes-cyan-200': { titleAttributes: { color: '#a5f3fc' } }
'.title-attributes-cyan-300': { titleAttributes: { color: '#67e8f9' } }
'.title-attributes-cyan-400': { titleAttributes: { color: '#22d3ee' } }
'.title-attributes-cyan-500': { titleAttributes: { color: '#06b6d4' } }
'.title-attributes-cyan-600': { titleAttributes: { color: '#0891b2' } }
'.title-attributes-cyan-700': { titleAttributes: { color: '#0e7490' } }
'.title-attributes-cyan-800': { titleAttributes: { color: '#155e75' } }
'.title-attributes-cyan-900': { titleAttributes: { color: '#164e63' } }
'.title-attributes-cyan-950': { titleAttributes: { color: '#083344' } }
'.title-attributes-sky-50': { titleAttributes: { color: '#f0f9ff' } }
'.title-attributes-sky-100': { titleAttributes: { color: '#e0f2fe' } }
'.title-attributes-sky-200': { titleAttributes: { color: '#bae6fd' } }
'.title-attributes-sky-300': { titleAttributes: { color: '#7dd3fc' } }
'.title-attributes-sky-400': { titleAttributes: { color: '#38bdf8' } }
'.title-attributes-sky-500': { titleAttributes: { color: '#0ea5e9' } }
'.title-attributes-sky-600': { titleAttributes: { color: '#0284c7' } }
'.title-attributes-sky-700': { titleAttributes: { color: '#0369a1' } }
'.title-attributes-sky-800': { titleAttributes: { color: '#075985' } }
'.title-attributes-sky-900': { titleAttributes: { color: '#0c4a6e' } }
'.title-attributes-sky-950': { titleAttributes: { color: '#082f49' } }
'.title-attributes-blue-50': { titleAttributes: { color: '#eff6ff' } }
'.title-attributes-blue-100': { titleAttributes: { color: '#dbeafe' } }
'.title-attributes-blue-200': { titleAttributes: { color: '#bfdbfe' } }
'.title-attributes-blue-300': { titleAttributes: { color: '#93c5fd' } }
'.title-attributes-blue-400': { titleAttributes: { color: '#60a5fa' } }
'.title-attributes-blue-500': { titleAttributes: { color: '#3b82f6' } }
'.title-attributes-blue-600': { titleAttributes: { color: '#2563eb' } }
'.title-attributes-blue-700': { titleAttributes: { color: '#1d4ed8' } }
'.title-attributes-blue-800': { titleAttributes: { color: '#1e40af' } }
'.title-attributes-blue-900': { titleAttributes: { color: '#1e3a8a' } }
'.title-attributes-blue-950': { titleAttributes: { color: '#172554' } }
'.title-attributes-indigo-50': { titleAttributes: { color: '#eef2ff' } }
'.title-attributes-indigo-100': { titleAttributes: { color: '#e0e7ff' } }
'.title-attributes-indigo-200': { titleAttributes: { color: '#c7d2fe' } }
'.title-attributes-indigo-300': { titleAttributes: { color: '#a5b4fc' } }
'.title-attributes-indigo-400': { titleAttributes: { color: '#818cf8' } }
'.title-attributes-indigo-500': { titleAttributes: { color: '#6366f1' } }
'.title-attributes-indigo-600': { titleAttributes: { color: '#4f46e5' } }
'.title-attributes-indigo-700': { titleAttributes: { color: '#4338ca' } }
'.title-attributes-indigo-800': { titleAttributes: { color: '#3730a3' } }
'.title-attributes-indigo-900': { titleAttributes: { color: '#312e81' } }
'.title-attributes-indigo-950': { titleAttributes: { color: '#1e1b4b' } }
'.title-attributes-violet-50': { titleAttributes: { color: '#f5f3ff' } }
'.title-attributes-violet-100': { titleAttributes: { color: '#ede9fe' } }
'.title-attributes-violet-200': { titleAttributes: { color: '#ddd6fe' } }
'.title-attributes-violet-300': { titleAttributes: { color: '#c4b5fd' } }
'.title-attributes-violet-400': { titleAttributes: { color: '#a78bfa' } }
'.title-attributes-violet-500': { titleAttributes: { color: '#8b5cf6' } }
'.title-attributes-violet-600': { titleAttributes: { color: '#7c3aed' } }
'.title-attributes-violet-700': { titleAttributes: { color: '#6d28d9' } }
'.title-attributes-violet-800': { titleAttributes: { color: '#5b21b6' } }
'.title-attributes-violet-900': { titleAttributes: { color: '#4c1d95' } }
'.title-attributes-violet-950': { titleAttributes: { color: '#2e1065' } }
'.title-attributes-purple-50': { titleAttributes: { color: '#faf5ff' } }
'.title-attributes-purple-100': { titleAttributes: { color: '#f3e8ff' } }
'.title-attributes-purple-200': { titleAttributes: { color: '#e9d5ff' } }
'.title-attributes-purple-300': { titleAttributes: { color: '#d8b4fe' } }
'.title-attributes-purple-400': { titleAttributes: { color: '#c084fc' } }
'.title-attributes-purple-500': { titleAttributes: { color: '#a855f7' } }
'.title-attributes-purple-600': { titleAttributes: { color: '#9333ea' } }
'.title-attributes-purple-700': { titleAttributes: { color: '#7e22ce' } }
'.title-attributes-purple-800': { titleAttributes: { color: '#6b21a8' } }
'.title-attributes-purple-900': { titleAttributes: { color: '#581c87' } }
'.title-attributes-purple-950': { titleAttributes: { color: '#3b0764' } }
'.title-attributes-fuchsia-50': { titleAttributes: { color: '#fdf4ff' } }
'.title-attributes-fuchsia-100': { titleAttributes: { color: '#fae8ff' } }
'.title-attributes-fuchsia-200': { titleAttributes: { color: '#f5d0fe' } }
'.title-attributes-fuchsia-300': { titleAttributes: { color: '#f0abfc' } }
'.title-attributes-fuchsia-400': { titleAttributes: { color: '#e879f9' } }
'.title-attributes-fuchsia-500': { titleAttributes: { color: '#d946ef' } }
'.title-attributes-fuchsia-600': { titleAttributes: { color: '#c026d3' } }
'.title-attributes-fuchsia-700': { titleAttributes: { color: '#a21caf' } }
'.title-attributes-fuchsia-800': { titleAttributes: { color: '#86198f' } }
'.title-attributes-fuchsia-900': { titleAttributes: { color: '#701a75' } }
'.title-attributes-fuchsia-950': { titleAttributes: { color: '#4a044e' } }
'.title-attributes-pink-50': { titleAttributes: { color: '#fdf2f8' } }
'.title-attributes-pink-100': { titleAttributes: { color: '#fce7f3' } }
'.title-attributes-pink-200': { titleAttributes: { color: '#fbcfe8' } }
'.title-attributes-pink-300': { titleAttributes: { color: '#f9a8d4' } }
'.title-attributes-pink-400': { titleAttributes: { color: '#f472b6' } }
'.title-attributes-pink-500': { titleAttributes: { color: '#ec4899' } }
'.title-attributes-pink-600': { titleAttributes: { color: '#db2777' } }
'.title-attributes-pink-700': { titleAttributes: { color: '#be185d' } }
'.title-attributes-pink-800': { titleAttributes: { color: '#9d174d' } }
'.title-attributes-pink-900': { titleAttributes: { color: '#831843' } }
'.title-attributes-pink-950': { titleAttributes: { color: '#500724' } }
'.title-attributes-rose-50': { titleAttributes: { color: '#fff1f2' } }
'.title-attributes-rose-100': { titleAttributes: { color: '#ffe4e6' } }
'.title-attributes-rose-200': { titleAttributes: { color: '#fecdd3' } }
'.title-attributes-rose-300': { titleAttributes: { color: '#fda4af' } }
'.title-attributes-rose-400': { titleAttributes: { color: '#fb7185' } }
'.title-attributes-rose-500': { titleAttributes: { color: '#f43f5e' } }
'.title-attributes-rose-600': { titleAttributes: { color: '#e11d48' } }
'.title-attributes-rose-700': { titleAttributes: { color: '#be123c' } }
'.title-attributes-rose-800': { titleAttributes: { color: '#9f1239' } }
'.title-attributes-rose-900': { titleAttributes: { color: '#881337' } }
'.title-attributes-rose-950': { titleAttributes: { color: '#4c0519' } }