Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Last active June 22, 2022 06:41
\documentclass{article}
\usepackage{color}
\begin{document}
\section*{Color test 2}
\textcolor[rgb]{0.1, 0.5, 0.1}{test}
\textcolor[rgb]{0.8, 0.5, 0.3}{test}
\textcolor[rgb]{0.7, 0.4, 0.9}{test}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment