Design & Assets
Shadow Palette Generator
Generate a 5-step CSS shadow scale.
Input
Shadow Palette Generator
shadowdesign tokenscssui
Output
Generated shadow palette
:root {
--shadow-1: 0 2px 6px rgba(15, 23, 42, 0.063);
--shadow-2: 0 4px 12px rgba(15, 23, 42, 0.090);
--shadow-3: 0 6px 18px rgba(15, 23, 42, 0.117);
--shadow-4: 0 8px 24px rgba(15, 23, 42, 0.144);
--shadow-5: 0 10px 30px rgba(15, 23, 42, 0.180);
}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.