Skip to content

9. Custom Foreground Colors

Axorax edited this page Apr 15, 2023 · 2 revisions
  • rgb()
colorium('Hello world!').rgb(12, 234, 23).log()
  • hex()
colorium('Hello world!').hex('#B9EDDD').log();
Clone this wiki locally