Design & Assets
Wave Divider CSS Generator
Generate wave divider CSS/SVG snippet.
Input
Wave Divider CSS Generator
wave dividercsssvgdesign
Output
Wave Divider CSS Generator
.wave-divider {
height: 48px;
background:
radial-gradient(circle at 50% 0, #2563eb 38%, transparent 40%) repeat-x;
background-size: 38px 100%;
}
.wave-divider.alt {
background-color: #dbeafe;
}Related tools
Color Converter
Convert between HEX, RGB, and HSL color formats.
CSS Gradient Generator
Generate a linear gradient and copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon from initials and brand colors.
SVG Optimizer
Strip comments and collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments and extra whitespace.
CSS Formatter
Pretty-print CSS with readable indentation.