List of Classic RAL Colors.
Check lib/data/ral_colors.yml for the data.
It contains RAL Name, HEX Value (sRGB spectre), English name, Ukrainian name
$ gem install ral_colors_list
$ RalColorsList.get_data('1001')
$ => { ral_name: 'RAL 1001', hex_value: 'D0B084', english_name: 'Beige', ukrainian_name: 'Бежевий' }
$ RalColorsList.get_value('1001', :hex_value)
$ => 'D0B084'
sRGB spectre HEX Values and English Names
The gem is available as open source under the terms of the MIT License.