.colorwheel-gradient {
  filter: blur(100px);
}
// 2016-10-17: The source for this demo is now mentained as a Git repo.
// See the full source code at:
// https://github.com/benknight/kuler-d3

var colorWheel = new ColorWheel();
colorWheel.bindData(5);

External CSS

  1. https://rawgit.com/benknight/kuler-d3/master/wheel.css

External JavaScript

  1. https://cdn.rawgit.com/mbostock/d3/v3.4.8/d3.min.js
  2. https://cdn.rawgit.com/bgrins/TinyColor/0.11.1/tinycolor.js
  3. https://rawgit.com/benknight/kuler-d3/master/colorwheel.js
  4. https://rawgit.com/benknight/kuler-d3/master/colorwheel.mode.js
  5. https://rawgit.com/benknight/kuler-d3/master/colorwheel.theme.js
  6. https://rawgit.com/benknight/kuler-d3/master/colorwheel.gradient.js