CodingLaboratory
Lab Commands
Enter The Lab

Component Lab / forms-checkout / gradient-mesh-picker

Stable release
Back to category

Open experiment

Gradient mesh picker

Edits four color stops and a focal point to create a compact mesh-gradient swatch. Preset buttons and two range inputs update the mesh, CSS output, and copied recipe. Edits a multi-stop mesh recipe rather than selecting one flat color.

Lab tested Responsive Dark mode Interactive
Version
1.0.0
Updated
2026-08-02
Dependencies
Zero
Live canvasInstant token updates
Source filesEditable and export-ready
<form class="cmp-gradient-mesh-picker cmp-atlas" data-state="idle" data-variant="0" novalidate>
  <div class="cmp-atlas__field-head"><span>Color controls</span><b>Gradient mesh studio</b></div>
  <div class="cmp-atlas__choices">
    <button type="button" data-choice="0" aria-pressed="true">Aurora</button
    ><button type="button" data-choice="1" aria-pressed="false">Sorbet</button
    ><button type="button" data-choice="2" aria-pressed="false">Lagoon</button>
  </div>
  <label class="cmp-atlas__range"
    ><span>Mesh focus</span><input type="range" data-range min="0" max="100" value="58" /><output
      data-output
      >58%</output
    ></label
  >
  <div class="cmp-atlas__mesh" aria-hidden="true"></div>
  <div class="cmp-atlas__field-meter" aria-hidden="true"><i></i></div>
  <p data-status aria-live="polite">Control ready</p>
</form>
No runtime reactions detected Open in Editor

Validated in the lab

Experiment report

  • Schema and source files passed
  • Responsive test passed
  • Keyboard test passed
  • No console errors

Component ingredients

Dependencies
None
Browser support
Current Chrome, Current Edge, Current Firefox, Current Safari
Version
1.0.0
Last tested
2026-08-02

Accessibility notes

  • Every interactive target is a labelled native control with a visible focus treatment.
  • State changes are communicated through a polite text status and never by color alone.
  • The contained visual effects stop when the user requests reduced motion.

License: MIT License for open-source use, modification, and distribution.