This should use oklch, not hsl.
Acceptance criteria
- 1.This should use oklch, not hsl.
This should use oklch, not hsl.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #box { color: hsl(200, 50%, 40%); }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.