pink Patterns

CSS3 pink and burgundy chevron pattern

You can download the pattern or use the CSS3 code below (you can copy the text).body { /* CSS3 pattern provided by JonesPatterns.com */ background: conic-gradient(from -45deg, #a63a50 90deg, transparent 90deg), conic-gradient(from 135deg, #a63a50 90deg, transparent 90deg) 65px 0 pink; background-size: 130px 130px; }

Get Pattern

CSS3 pink and burgundy chevron pattern

You can download the pattern or use the CSS3 code below (you can copy the text).
body {
/* CSS3 pattern provided by JonesPatterns.com */
background:
conic-gradient(from -45deg, #a63a50 90deg, transparent 90deg),
conic-gradient(from 135deg, #a63a50 90deg, transparent 90deg) 65px 0 pink;
background-size: 130px 130px;
}