swiftui-colors-api

Installation
SKILL.md

Colors & ShapeStyle API Reference

Lifecycle Position

Phase 3 API Reference — load during implementation when working with colors, gradients, or tints. Dispatched from autonomous-ui-workflow Phase 2 research table.

Foreground Styling

.foregroundStyle(.teal)                          // single
.foregroundStyle(.blue, .gray)                   // primary + secondary
.foregroundStyle(.blue, .gray, .gray.opacity(0.5))  // + tertiary

Hierarchical: .primary, .secondary, .tertiary, .quaternary

System Colors

.black, .blue, .brown, .clear, .cyan, .gray, .green, .indigo, .mint, .orange, .pink, .purple, .red, .teal, .white, .yellow

Installs
4
GitHub Stars
1
First Seen
Mar 14, 2026
swiftui-colors-api — kmshdev/claude-swift-toolkit