You can download the pattern or use the CSS3 code below (you can copy the text).
body {
/* CSS3 pattern provided by JonesPatterns.com */
background-image: linear-gradient(45deg, red, pink 100%, transparent, red);
background-color: red;
background-size: 80px 80px;
}