Hacker News new | ask | show | jobs
by fighterpilot 1784 days ago
If it's easy, do you mind sharing the hex for some of the colors, such as the background? You've picked a really nice combo of colors that I'd like to bookmark
2 comments

Sure, the whole website is open source. This is the file with the colors: https://github.com/alin23/alinpanaitiu.com/blob/master/asset...

Although I’m not using them all. I just port them from project to project

Thanks but that URL isn't working for me?
I just clicked on it and it works. But here it is in a shorter form in case the length is the problem: https://tinyurl.com/yzck7y9v
Hmm, I clicked on both links on both my phone (4G) and laptop (wifi) and got a 404 error each time. Perhaps it's not publicly accessible, and only accessible when logged in to your Github account. Strange.
I’m sorry, it seems I forgot to make the repository public.

Both links should be working now

These are easy to look up yourself with your browser's "Inspect" functionality. E.g. in Chrome, press Ctrl-Shift-I, click the <body> tag in the Elements panel, and there's the background colour in the Styles panel: #fef7ef. If you don't use Chrome, it will be something similar; right click on part of the page and choose "Inspect" or similar.