Skip to content

Instantly share code, notes, and snippets.

@shigeya
Created October 30, 2010 07:55
Show Gist options
  • Select an option

  • Save shigeya/655079 to your computer and use it in GitHub Desktop.

Select an option

Save shigeya/655079 to your computer and use it in GitHub Desktop.
Color and color name chart for LaTeX dvipsnam.def definitions
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\documentclass{article}
\usepackage[dvipsnames]{color}
\pagestyle{empty}
\newcommand{\C}[1]{\begingroup\color[named]{#1}#1\endgroup}
\addtolength{\textwidth}{.5in}
\addtolength{\textheight}{.5in}
\addtolength{\voffset}{-.5in}
\addtolength{\hoffset}{-.5in}
\begin{document}
\huge
\begin{center}
Color and color name chart for\\
\LaTeX{} ``dvipsnam.def'' definitions
\vspace{.5in}
\C{GreenYellow},
\C{Yellow},
\C{Goldenrod},
\C{Dandelion},
\C{Apricot},
\C{Peach},
\C{Melon},
\C{YellowOrange},
\C{Orange},
\C{BurntOrange},
\C{Bittersweet},
\C{RedOrange},
\C{Mahogany},
\C{Maroon},
\C{BrickRed},
\C{Red},
\C{OrangeRed},
\C{RubineRed},
\C{WildStrawberry},
\C{Salmon},
\C{CarnationPink},
\\
\C{Magenta},
\C{VioletRed},
\C{Rhodamine},
\C{Mulberry},
\C{RedViolet},
\C{Fuchsia},
\C{Lavender},
\C{Thistle},
\C{Orchid},
\C{DarkOrchid},
\C{Purple},
\C{Plum},
\C{Violet},
\C{RoyalPurple},
\C{BlueViolet},
\C{Periwinkle},
\C{CadetBlue},
\C{CornflowerBlue},
\C{MidnightBlue},
\C{NavyBlue},
\C{RoyalBlue},
\C{Blue},
\C{Cerulean},
\C{Cyan},
\C{ProcessBlue},
\C{SkyBlue},
\C{Turquoise},
\C{TealBlue},
\C{Aquamarine},
\C{BlueGreen},
\C{Emerald},
\C{JungleGreen},
\C{SeaGreen},
\C{Green},
\C{ForestGreen},
\C{PineGreen},
\C{LimeGreen},
\C{YellowGreen},
\C{SpringGreen},
\C{OliveGreen},
\C{RawSienna},
\C{Sepia},
\C{Brown},
\C{Tan},
\C{Gray},
\C{Black},
\\
(White)
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment