Components / Data Display

Code Block

Monospace display for code snippets and tokens.

Inline Code

Use the --forma-primary-400 token for primary actions. Configure surfaces with --forma-surface and backgrounds with --forma-background.

Block

CSS
:root {
  --forma-primary-400: #0A6E5F;
  --forma-primary-800: #032E36;
  --forma-surface: #FFFFFF;
  --forma-background: #F8F8F8;
}