Created
October 30, 2010 07:55
-
-
Save shigeya/655079 to your computer and use it in GitHub Desktop.
Color and color name chart for LaTeX dvipsnam.def definitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment