HN Hall of Fame Weekly email

Building Your Color Palette

refactoringui.com Books & learning Tutorials & guides Design & creativity Class of 2022-12 Hall of Fame
Screenshot of refactoringui.com captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 5 calendar years, with breakout response in 2 of them.

submissions
6
submitters
6
observed span
2018–2024
peak thread · 189 comments
1019 pts
latest 20+ return · 2020-11-22
1019 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

I work on design systems as my day-to-day job. This is the first post I've seen on HN that actually captures how to properly set up your color palette. The author's early call out on how palette generators are not a one-stop-shop for your color palette rings true. Color meaning and harmony cannot be broken down into a mathematical formula. It's too heavily influenced by a.) biology, b.) trends, and c.) culture. RGB simply does not map 1:1 with our…

jjcm·1019-point thread·

Take this one step further and build the color palette into your stylesheets. If you're using Sass you can setup something like: $palettes: ( blue: ( lightest: hsl(201, 75%, 66%), lighter: hsl(201, 75%, 61%), light: hsl(201, 75%, 56%), base: hsl(201, 75%, 51%), dark: hsl(201, 75%, 46%), darker: hsl(201, 75%, 41%), darkest: hsl(201, 75%, 36%) ), red: (...), gray: (...) ) @function palette($palette, $tone: 'base') { @return map-get(map-get($palettes, $palette), $tone); } This ends up looking like: `background-color…

pg_bot·705-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
1732

reference only — not used in Hall rules or ranking

Total comments
304

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2018-11-08Building Your Color Palettetortilla20
2018-11-10Building your color paletteFirst breakouttnorthcutt705115
2020-11-22Building Your Color PaletteBest thread · Latest 20+ point returnclessg1019189
2021-06-11Building Your Color Palette35_candelas30
2022-12-21Refactoring UI: Building Your Color PaletteHall inductiontipsytoad20
2024-03-19Building Your Color Palettehidelooktropic10