Ну офигеть теперь ))
Теперь у тебя жёсткая привязка цветовой гаммы к генератору.
sourse_html = sourse_html.replace('текстноль', '<label style="color: MediumPurple">0</label>')
sourse_html = sourse_html.replace('текстодин', '<label style="color: MediumPurple">1</label>')
sourse_html = sourse_html.replace('текстдва', '<label style="color: MediumPurple">2</label>')
sourse_html = sourse_html.replace('тексттри', '<label style="color: MediumPurple">3</label>')
sourse_html = sourse_html.replace('текстчетыре', '<label style="color: MediumPurple">4</label>')
sourse_html = sourse_html.replace('текстпять', '<label style="color: MediumPurple">5</label>')
sourse_html = sourse_html.replace('текстшесть', '<label style="color: MediumPurple">6</label>')
sourse_html = sourse_html.replace('текстсемь', '<label style="color: MediumPurple">7</label>')
sourse_html = sourse_html.replace('текствосемь', '<label style="color: MediumPurple">8</label>')
sourse_html = sourse_html.replace('текстдевять', '<label style="color: MediumPurple">9</label>')
sourse_html = sourse_html.replace('текстпусто', '<label style="color: MediumPurple">nil</label>')