Skip to content

Instantly share code, notes, and snippets.

@yochannah
Last active December 22, 2018 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yochannah/5bd0128a5a1fbfd69f4013643c161ee3 to your computer and use it in GitHub Desktop.
Save yochannah/5bd0128a5a1fbfd69f4013643c161ee3 to your computer and use it in GitHub Desktop.
TIL that GitHub will give colour swatches in markdown code blocks

Testing.

rgba(255,255,255,0.4) /* 40% opaque white */

rgba(255,255,0,0.7) /* 70% opaque yellow */
rgb(255,0,0) /* red red wine makes me feel so fine */
#ABCDEF /* the most memorable light blue hex code */
mediumorchid /* I love css colour names, they're so weird */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment