# File lib/color/palette/adobecolor.rb, line 214
  def each_name #:yields color_name, color_set:#
    @names.each { |color_name, color_set| yield color_name, color_set }
  end