#WebColors
like look at this shit. press button to do a coding. yay. am a progamer now
November 18, 2025 at 2:52 AM
ein python script, das buchstaben (pdf) nach Farben zählt:

import sys
import pymupdf
import pprint
import webcolors as wc

doc = pymupdf.open(sys.argv[1])
page = doc[0]

# read page text as a dictionary, suppressing extra spaces in CJK fonts
blocks = page.get_text("dict", flags=11)["blocks"]
February 9, 2025 at 7:17 PM
🩸 Why does HTML think “chucknorris” is a color?
A thread on StackOverflow
#ChuckNorris #color #webcolors
stackoverflow.com/questions/83...
August 20, 2024 at 2:52 PM
Organizing the color palette in our Squarespace template to ensure the colors are legible and easy for users to swap.

#squarespace #webtemplate #webcolors #wip
October 10, 2025 at 1:45 AM
Here`s a little something I found on Wikipedia.
Thought it could be interesting.
Sometimes I`ve used it to find out which colors are best to use in my artworks.

#colors #webcolors
July 13, 2024 at 7:25 AM