# File lib/pastel/color.rb, line 194
    def valid?(*colors)
      colors.all? { |color| style_names.include?(color.to_sym) }
    end