Share CSS stylesheets, design token systems, or animation keyframes: highlighted and shareable with a single link.
1@layer base {2 :root {3 --color-bg: oklch(0.12 0 0);4 --color-fg: oklch(0.96 0 0);5 --color-primary: oklch(0.56 0.23 264);6 --radius-sm: 0.25rem;7 --radius-md: 0.5rem;8 --radius-lg: 0.75rem;9 --font-mono: "JetBrains Mono", ui-monospace, monospace;10 }11}1213@layer components {14 .btn {15 display: inline-flex;16 align-items: center;17 gap: 0.5rem;18 padding: 0.5rem 1rem;19 border-radius: var(--radius-md);20 font-size: 0.875rem;21 font-weight: 500;22 transition: background-color 150ms ease;23 cursor: pointer;2425 &--primary {26 background: var(--color-primary);27 color: white;28 &:hover { background: oklch(from var(--color-primary) calc(l + 0.05) c h); }29 }30 }31}Paste CSS code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.
Deleted on first open. Can't be viewed twice.
Add a password for end-to-end encryption with no raw key stored.
Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.
No sign-up, no email, no ads. Paste and share in seconds.
Yes. The grammar handles CSS cascade layers, oklch/oklch color functions, nesting, and container queries.
Pastes up to 5 MB are supported.
Yes. AES-256-GCM encryption runs in your browser before upload. Non-password pastes store the raw data key server-side for simple sharing and raw access; password-protected pastes keep the raw key out of the server.