Last active
February 21, 2024 09:06
-
-
Save soup-bowl/9b497fabbbe3fb76f826bc5687e6698a to your computer and use it in GitHub Desktop.
Pantone Color of the Year - https://www.pantone.com/color-of-the-year. Displayed in https://soupbowl.io/labs/pantone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- year: 2024 | |
url: https://www.pantone.com/color-of-the-year/2024 | |
colors: | |
- name: Peach Fuzz | |
code: 13-1023 | |
hex: "#febe98" | |
rgb: [254, 190, 152] | |
- year: 2023 | |
url: https://www.pantone.com/color-of-the-year/2023 | |
colors: | |
- name: Viva Magenta | |
code: 18-1750 | |
hex: "#be3455" | |
rgb: [190, 52, 85] | |
- year: 2022 | |
url: https://www.pantone.com/color-of-the-year-2022 | |
colors: | |
- name: Very Peri | |
code: 17-3938 | |
hex: "#6667ab" | |
rgb: [102, 103, 171] | |
- year: 2021 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2021 | |
colors: | |
- name: Ultimate Gray | |
code: 17-5104 | |
hex: "#939597" | |
rgb: [147, 149, 151] | |
- name: Illuminating | |
code: 13-0647 | |
hex: "#f5df4d" | |
rgb: [245, 223, 77] | |
- year: 2020 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2020 | |
colors: | |
- name: Classic Blue | |
code: 19-4052 | |
hex: "#0f4c81" | |
rgb: [15, 76, 129] | |
- year: 2019 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2019 | |
colors: | |
- name: Living Coral | |
code: 16-1546 | |
hex: "#ff6f61" | |
rgb: [255, 111, 97] | |
- year: 2018 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2018 | |
colors: | |
- name: Ultra Violet | |
code: 18-3838 | |
hex: "#5f4b8b" | |
rgb: [95, 75, 139] | |
- year: 2017 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2017 | |
colors: | |
- name: Greenery | |
code: 15-0343 | |
hex: "#88b04b" | |
rgb: [136, 176, 75] | |
- year: 2016 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2016 | |
colors: | |
- name: Rose Quartz | |
code: 13-1520 | |
hex: "#f7cac9" | |
rgb: [247, 202, 201] | |
- name: Serenity | |
code: 15-3919 | |
hex: "#8ca4cf" | |
rgb: [140, 164, 207] | |
- year: 2015 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2015 | |
colors: | |
- name: Marsala | |
code: 18-1438 | |
hex: "#955251" | |
rgb: [149, 182, 81] | |
- year: 2014 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2014 | |
colors: | |
- name: Radiant Orchid | |
code: 18-3224 | |
hex: "#b565a7" | |
rgb: [181, 101, 167] | |
- year: 2013 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2013 | |
colors: | |
- name: Emerald | |
code: 17-5641 | |
hex: "#169c78" | |
rgb: [22, 156, 120] | |
- year: 2012 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2012 | |
colors: | |
- name: Tangerine Tango | |
code: 17-1463 | |
hex: "#f05442" | |
rgb: [240, 84, 66] | |
- year: 2011 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2011 | |
colors: | |
- name: Honeysuckle | |
code: 18-2120 | |
hex: "#da4f70" | |
rgb: [218, 79, 112] | |
- year: 2010 | |
url: https://www.pantone.com/articles/color-of-the-year/color-of-the-year-2010 | |
colors: | |
- name: Turquoise | |
code: 15-5519 | |
hex: "#41b6ab" | |
rgb: [65, 182, 171] | |
- year: 2009 | |
url: https://www.pantone.com/articles/press-releases/pantone-selects-color-of-the-year-for-2009-pantone-14-0848-mimosa | |
colors: | |
- name: Mimosa | |
code: 14-0848 | |
hex: "#f0bf59" | |
rgb: [240, 191, 89] | |
- year: 2008 | |
url: https://www.pantone.com/articles/press-releases/pantone-selects-color-of-the-year-for-2008-pantone-18-3943-blue-iris | |
colors: | |
- name: Blue Iris | |
code: 18-3943 | |
hex: "#595ca1" | |
rgb: [89, 92, 161] | |
- year: 2007 | |
url: https://www.pantone.com/articles/press-releases/pantone-selects-color-of-the-year-for-2007-pantone-19-1557-chili-pepper | |
colors: | |
- name: Chili Pepper | |
code: 19-1557 | |
hex: "#9c1b31" | |
rgb: [156, 27, 49] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment