Here is an attempt to further illustrate how to apply Néstor's suggestion (+1, btw) of using the beta distribution.
The beta distribution has two parameters $\alpha$ and $\beta$. These determine the shape of the distribution - it can look like the distributions in your figure, like a box, like a straight line, and so on. The question, then, is which parameters you should use for your distributions. You want to get the right mean and the right shape of the distributions.
If $X\sim \rm Beta(\alpha,\beta)$ then its mean is $\mu=\frac{\alpha}{\alpha+\beta}$. Thus $\beta=\alpha(\mu^{-1}-1)$.
Recall that if $Y=2X-1$ then $E(Y)=2E(X)-1$. If you want your distribution on $[-1,1]$ to have mean $0.5$, then the beta distributed variable $X$ (which is on $[0,1]$) should have mean $\mu=0.75$, since $0.5=2*0.75-1$.
Example: Set $\alpha=5$ (say). Then $\beta=5\cdot(1/0.75-1)=5/3$ yields $X$ with mean $0.75$.
By trying different combinations of $\alpha$ and $\mu$ you can in this way find distributions with the right mean and the right shape. Here are some examples that resemble your figures:

Finally, from the illustration in your question it seems that what you've marked in red is the mode (i.e. the maximum of the density function) and not the mean of the distribution. The mode of the beta distribution is $\frac{\alpha-1}{\alpha+\beta-2}$. Thus, if the mode is $m$, we have $\beta=(\alpha-1)/m-a+2$. Using this, you can find distributions with the right shape and the right mode with experiments analogous to those above.