A powerful DatoCMS plugin for creating multi-color CSS gradients with full control over colors, stops, and angles. Perfect for creating beautiful backgrounds, hero sections, and visual effects.

Install the plugin from the DatoCMS Plugin Marketplace.
The plugin integrates seamlessly with DatoCMS fields, adding a visual gradient preview below the native text input:

Click on the gradient preview to open the full-featured color picker where you can:
Gradients are stored as CSS-ready strings like:
linear-gradient(90deg, rgb(255,0,0) 0%, rgb(0,0,255) 100%)Customize the picker interface to match your needs by configuring which controls are visible to your editors:
Available configuration options:
The gradient is stored as a CSS string, making it effortless to use in your frontend:
// In React/JSX<div> Your content here</div>
// In CSS-in-JSconst styles = { hero: { background: record.gradientField }}
// In Next.js<section> <h1>Beautiful gradient background</h1></section>This plugin uses pnpm v10 as the package manager.
# Install dependenciespnpm install
# Start development serverpnpm dev
# Build for productionpnpm buildMade by Breaking Web
MIT