Barcode Generator
Generate various barcode formats (Code128, EAN-13, UPC, etc.) with customizable dimensions, colors, and human-readable text labels.
A visual tool to create beautiful, cross-browser CSS linear and radial gradients with interactive controls and real-time preview.
/* Standard */
background: linear-gradient(180deg, #ff6b6b 0%, #feca57 50%, #ff9ff3 100%);
/* Webkit */
background: -webkit-linear-gradient(180deg, #ff6b6b 0%,
#feca57 50%,
#ff9ff3 100%);
/* Firefox */
background: -moz-linear-gradient(180deg, #ff6b6b 0%,
#feca57 50%,
#ff9ff3 100%);