Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Last active June 22, 2022 06:31
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 YHaruoka/f20d7be5aa7332c3a62da3d0e4ed2f56 to your computer and use it in GitHub Desktop.
Save YHaruoka/f20d7be5aa7332c3a62da3d0e4ed2f56 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{xcolor}
\begin{document}
\section*{Color test}
\noindent
\textcolor{black}{testBlack} \\
\textcolor{darkgray}{testDarkgray} \\
\textcolor{lime}{testLime} \\
\textcolor{pink}{testPink} \\
\textcolor{violet}{testViolet} \\
\textcolor{blue}{testBlue} \\
\textcolor{gray}{testGray} \\
\textcolor{magenta}{testMagenta} \\
\textcolor{purple}{testPurple} \\
\textcolor{white}{testWhite} \\
\textcolor{brown}{testBrown} \\
\textcolor{green}{testGreen} \\
\textcolor{olive}{testOlive} \\
\textcolor{red}{testRed} \\
\textcolor{yellow}{testYellow} \\
\textcolor{cyan}{testCyan} \\
\textcolor{lightgray}{testLightgray} \\
\textcolor{orange}{testOrange} \\
\textcolor{teal}{testTeal} \\
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment