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
code

HTTP Status Codes Developers Actually Get Wrong

Fix the HTTP status codes that cause real bugs: 401 vs 403, redirect method changes, 429 retries, 200-for-errors, and 400 vs 422.

JRJeremiah Ruanes·12 min read
css

How to Build CSS Gradients That Don't Look Like 2014

Six production-ready CSS gradient patterns with copy-paste code: OKLCH interpolation, off-screen glows, hard stops, layered blends, text, and borders.

JR
Jeremiah Ruanes
·
10 min read
color

WCAG Contrast Ratios Explained: 4.5:1 Is Not the Whole Story

A practical WCAG contrast ratio reference covering all five thresholds, common false passes, and the edge cases designers often miss.

JRJeremiah Ruanes·12 min read