Color Chemistry 101
Two swatches walk into a bar… sparks.
Preset Palettes
Direction
Color Stops
%
%
Export Code
Tailwind CSS
bg-gradient-to-r from-purple-400 to-cyan-400
Plain CSS
background: linear-gradient(to right, #c084fc 0%, #22d3ee 100%);
Two swatches walk into a bar… sparks.
bg-gradient-to-r from-purple-400 to-cyan-400
background: linear-gradient(to right, #c084fc 0%, #22d3ee 100%);