Tones
Colour carries state: normal, done, tight, critical.
import { Stack } from '@/components/Stack';
<Stack direction="column" gap="md">
<Progress value={75} tone="accent" label="Processing" showValue />
<Progress value={100} tone="success" label="Complete" showValue />
<Progress value={80} tone="warning" label="Almost full" showValue />