listcolors 74 B

12
  1. for C in {0..255}; do tput setaf $C; echo -n "$C "; done; tput sgr0; echo