Showcase and discover digital art at yex

Follow Design Stacks

Subscribe to our free newsletter to get all our latest tutorials and articles delivered directly to your inbox!

Flower Pattern

1. Let’s start with a 200×200 pixel canvas. Drag out two guidelines, one at 100px vertically and one at 100px horizontally. Choose a color for the background and fill it in.

Flower pattern 1

2. Choose the custom shape tool and pick the floral ornament 2 as seen highlighted in red below:

Flower pattern 2

3. Create a new layer. Now hold down SHIFT and draw out the flower shape. Holding down SHIFT will keep the shape proportional.

Flower pattern 3

4. Now I don’t like those 4 linear shapes so let’s get rid of them. You should be left with the following:

Flower pattern 4

5. Now duplicate the flower pattern and then go to Edit > Transform > Rotate. Hold down SHIFT and rotate the object until you get the following:

Flower pattern 5

Hit enter once the pattern is rotated into place as above.

6. Go to your Layers palette and select both the original and duplicate pattern layers. Right click and choose Merge Layers.

Flower pattern 6

7. Go to View > Snap To > Guides and make sure it’s checked off. Now choose the Rectangular Marquee tool and select the top left corner. Right click the selection and choose Layer via copy.

Flower pattern 7

8. Now choose the Move tool and move the piece to the bottom right corner.

Flower pattern 8

9. One corner down, three to go! Go back to your Layers palette and make sure the original centered pattern is selected, not the piece you just moved.

Flower pattern 9

10. Choose the Rectangular Marquee tool and select the bottom right corner. Right click the selection and choose Layer via copy.

Flower pattern 10

11. Choose the Move tool and move the piece to the top left corner.

Flower pattern 11

12. Are you noticing a pattern here?! Good, then continue with the last two corners. You should end up with the following:

Flower pattern 12

13. Now let’s bring it all together. Select all the pieces including the original centered pattern. Right click and choose Merge Layers.

Flower pattern 13

14. The pattern is a bit strong so let’s soften it. In your Layers palette lower the opacity to 25%.

Flower pattern 14

You should end up with the following:

Flower pattern 15

Now save your image and you’re ready to use it as a pattern on your website! If you would like to use CSS then include the following in your body tag, making sure the path to the image is correct:

background-image: url(images/background.gif);
background-repeat: repeat;

Enjoy!

Comments