Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
1
\documentclass[a4paper]{scrartcl}
2
\usepackage[utf8]{inputenc}
3
4
\usepackage{xcolor}
5
6
\definecolor{foo}{HTML}{EFF5F9}
7
\definecolor{magenta}{HTML}{FF00FF}
8
9
\begin{document}
10
This is the \textcolor{foo}{foo color}. And here is an
11
\textcolor[HTML]{DFECF7}{inline example}.
12
13
I like \textcolor{magenta}{\textbf{Magenta}}.
14
\end{document}
15
16