Choose colors from Flexoki

Flexoki is a color scheme developed by Steph Ango that aims to replicate the feeling of ink on paper in digital displays by drawing inspiration from flexography printing and using the Oklab color space. The system addresses the challenges of translating subtractive color mixing (like physical inks) to additive color mixing (digital screens), while maintaining perceptual consistency across the color spectrum.

image.png

image.png

image.png

Latex

color.tex

This is the LaTex color file using the hexcodes from the Flexoki color palette above. To use it, simply import the color.tex in the Latex file as shown in the following:

\\usepackage[dvipsnames]{xcolor}
\\input{color} % color.tex

...

\\textcolor{green600}{First item}