I found out that all the colors that are used in the examples of tabularray are not defined by xcolor. I can use these colors in the document, but not in the preamble.
What exactly does tabularray do and how can I make these colors available also before the document.
This fails
\documentclass{article} \usepackage{xcolor} \usepackage{tabularray} \colorlet{newcolor}{azure3} \begin{document} \color{azure3} Hello. \end{document} with
! Package xcolor Error: Undefined color `azure3'. l.5 \colorlet{newcolor}{azure3}
\usepackage[x11names]{xcolor}and I think it'sAzure3, notazure3. (Not checked)