Template:Colortext

This template renders the given text in a specified color.

Usage edit

{{Colortext|green|Hello}}Hello

Notes edit

  • You can use either a named CSS color (like `red`) or a hex code (like `#ff0000` or shorthand `F00`).
  • Always wrap hex codes with a `#` when possible for clarity and standards compliance.