Title here
Summary here
Parse a color string (name or hex code) into a hex string.
This block accepts color names (like blue, green, etc.) or color codes (with or without the #) and outputs a properly-formatted hex code (e.g. #FFFFFF). Defaults to black (#000000) if the color is invalid.