Skip to content

Instantly share code, notes, and snippets.

View kovaca's full-sized avatar

Alex Kovac kovaca

View GitHub Profile
@kovaca
kovaca / coty.csv
Last active October 29, 2025 04:51
Approximate Hex color codes of Color of the year announcements (swatches or paint chip images sampled in sRGB)
name year company color
Cerulean Blue 2000 Pantone #98b4d4
Fuscha Rose 2001 Pantone #c3447a
True Red 2002 Pantone #bc243c
Aqua Sky 2003 Pantone #7fcdcd
Tigerlily 2004 Pantone #e15d44
Balance 2004 Dulux #B4DDDD
Blue Turquoise 2005 Pantone #55b4b0
Vitality 2005 Dulux #F69269
Sand Dollar 2006 Pantone #dfcfbe
@kovaca
kovaca / dark_sky_cmap.py
Created December 30, 2022 04:45
pour one out for the Dark Sky weather app temperature palette
import matplotlib
#sampled from screenshot
hexes = ['#010100',
'#030100',
'#060201',
'#0d0201',
'#130401',
'#1b0501',
'#230601',
{
"config": {
"background": "#f9f9f9",
"arc": {
"fill": "#ab5787"
},
"area": {
"fill": "#ab5787"
},
"line": {
{
"config": {
"view": {
"continuousWidth": 400,
"continuousHeight": 300,
"stroke": null
}
},
"data": {
"url": "https://raw.githubusercontent.com/wri/wri-bounds/master/dist/all_countries.min.geojson",