.colorful {
color: white;
background: linear-gradient(52deg, red, yellow);
transform: rotate(10deg);
}