All Tools
1049+ free tools

Z-Index Manager

Organize stacking contexts with a documented z-index scale.

--z-base
Default stacking
--z-dropdown
Menus, dropdowns
--z-sticky
Sticky header
--z-drawer
Mobile drawer
--z-modal
Dialog overlay
--z-popover
Tooltips, popovers
--z-toast
Toast notifications
--z-tooltip
Hover tooltips
:root {
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1100;
  --z-drawer: 1200;
  --z-modal: 1300;
  --z-popover: 1400;
  --z-toast: 1500;
  --z-tooltip: 1600;
}

Related design tools

Accessibility Checker
WCAG contrast & accessibility compliance checker
Color Wheel
Interactive HSL color wheel — click to pick hue and saturation.
Color Picker
Pick a color and get HEX, RGB, and HSL values instantly.
Palette Generator
Generate random color palettes in 5 styles.