Basic Usage
Simply add :# followed by a color code (HEX value) after the participant name.
Enter Participant Names
Enter participant names as usual, one per line.
Specify Color (Optional)
For participants you want to color, add :#colorcode after their name.
Alice:#FF7B8A Bob:#70B8FF Charlie Diana:#FFE066
Participants without a color specification (like "Charlie" above) will use the default palette colors.
Start the Lottery
Press the start button and the roulette or cards will display in your specified colors.
Color Code Format
The following two formats are supported:
- 6-digit format:
#FF7B8A(full color code) - 3-digit format:
#F7A(shorthand, equivalent to #FF77AA)
Tip: Color codes are case-insensitive. Both #ff7b8a and #FF7B8A will produce the same color.
Default Palette Colors
When no color is specified, these 8 colors are applied in order:
Use Cases
TeamA-Alice:#FF0000 TeamA-Bob:#FF0000 TeamB-Charlie:#0000FF TeamB-Diana:#0000FF
Using the same color for team members makes it easy to visually identify teams.
MemberA:#FF69B4 MemberB:#87CEEB MemberC:#98FB98
Display idols or VTubers in their official member colors.
CompanyA:#DA7756 CompanyB:#10A37F CompanyC:#4285F4
Match your lottery to corporate or service brand colors.
Supported Modes
The custom color feature works with all lottery modes:
- Roulette - Sector colors
- Slot - Card colors
- Shuffle Card - Card face colors
- Kujibiki - Ball colors
- Ranking - Bar colors
Important Notes
Invalid Color Codes: If a color code is invalid (e.g., #GGG), the color specification is ignored and the entire string becomes the participant name.
- Do not add spaces before or after
:# - Color codes should start with
#(it works without, but recommended) - RGB format (
rgb(255,123,138)) is not supported