Ejemplo n.º 1
0
def random_color():
    """Returns a random pastel color"""
    return Color.from_hsv(random(), uniform(0.75, 0.95), 1)