SnipKit
CSS GeneratorsLayout & SizingColor ToolsCode UtilitiesWordPressBlog
SnipKit

Code snippets that actually work. Finally.

Tools

  • CSS Generators
  • Layout & Sizing
  • Color Tools
  • Code Utilities
  • WordPress

Resources

  • Blog
  • About
  • Contact
  • Privacy
  • Terms

© 2026 SnipKit · Built by Jeremiah Ruanes

This site uses Google Analytics to measure traffic. See the privacy policy for details.

Code snippets that actually work. Finally.

Free browser-based generators for CSS, layout, color, code, and WordPress. No sign-up. No bloat.

Browse all tools28 tools and counting

Most-used tools

The ones developers come back to

Gradient Generator

css

Create beautiful CSS gradients with a visual editor

Box Shadow Generator

css

Stack multiple shadows with visual controls and copy clean CSS

Flexbox Playground

layout

Experiment with flex properties and see the CSS update live

⌘K

CSS Generators

8 tools

Gradient Generator

Popular

Create beautiful CSS gradients with a visual editor

Box Shadow Generator

Popular

Stack multiple shadows with visual controls and copy clean CSS

Text Shadow Generator

Design readable text shadows with live preview and copy CSS

Border Radius Generator

Round corners independently and export shorthand or longhand CSS

Glassmorphism Generator

Build frosted glass effects with backdrop-filter and transparency

Clip-path Editor

Clip elements with polygon shapes and drag points to edit

Tailwind Mask Generator

Visual builder for CSS mask-image — linear, radial, and conic gradient masks with Tailwind class output

CSS Text Playground

Interactive playground for overflow, white-space, word-break, overflow-wrap, and hyphens

Layout & Sizing

5 tools

Flexbox Playground

Popular

Experiment with flex properties and see the CSS update live

Grid Generator

Define CSS Grid rows, columns, and gaps with a live preview

Clamp Calculator

Popular

Generate fluid CSS clamp() values for responsive typography and spacing

Spacing Scale Generator

Generate a modular spacing scale with CSS custom properties

Viewport Debugger

Live read-out of viewport size, visualViewport, safe-area insets, and DPR

Color Tools

4 tools

Palette Generator

Popular

Generate color palettes from a base color using harmony modes

Contrast Checker

Check WCAG contrast ratios between foreground and background colors

Color Converter

Convert colors between HEX, RGB, HSL, and OKLCH

Shade & Tint Generator

Generate a 10-step tint and shade scale from a base color

Code Utilities

9 tools

Regex Tester

Test regular expressions with live match highlighting

JSON Formatter

Format, validate, and minify JSON with error highlighting

Base64 Encode / Decode

Encode and decode text and images to Base64

UUID & Timestamp

Generate UUIDs and convert between unix timestamps and dates

Password Generator

Cryptographically secure passwords and EFF-style passphrases with a live entropy meter

Regex Prefix Optimizer

Consolidate a list of strings into a compact regex by sharing common prefixes

File Type Detector

Identify file types from magic bytes — fully client-side, file never leaves the browser

HTML & URL Encoder

Encode and decode HTML entities and URL components, with a quick reference table

HTTP Status Reference

Searchable reference for every HTTP status code with descriptions and when to use them

WordPress

2 tools

functions.php Snippet Builder

Build a functions.php file from common WordPress snippets

wp-config.php Toggle Builder

Toggle common wp-config.php constants with explanations

Latest from the blog

Tutorials and guides on modern web development

View all posts
wordpress

Building a WordPress Plugin Settings Page the Modern Way

Replace the old PHP form with a REST-backed settings page using register_setting(), @wordpress/components, apiFetch, and native admin notices.

JRJeremiah Ruanes·9 min read
color

OKLCH in CSS: Why Your Color Palette Should Stop Using HEX

HEX is fine for storage, but it is a poor authoring format. Learn how OKLCH fixes HSL’s lightness problems and makes palettes easier to tune.

JR
Jeremiah Ruanes
·
8 min read
css

Replace Floating UI with CSS Anchor Positioning in 3 Patterns

Ship tethered tooltips, dropdowns, and context menus with native CSS Anchor Positioning instead of scroll listeners, computePosition(), and edge math.

JRJeremiah Ruanes·9 min read