50+ Pastel Gradient Backgrounds for Elementor [Free CSS Codes]

Updated on April 24, 2024 by Aditya Sharma

If you’re looking for a way to add some subtle yet eye-catching design elements to your Elementor website, pastel gradient backgrounds may be just what you need. 

These backgrounds use a blend of soft, muted colors to create a gentle transition that can add depth and texture to your pages without being too distracting. 

And the good news is, you don’t need to be a CSS expert to add them to your site.

In this article, we’ll introduce you to over 50 different pastel gradient backgrounds that you can use in your Elementor designs for free. 

We’ve collected CSS codes for each one, so all you need to do is copy and paste them into your website’s code to get started. 

Let’s begin!

Table Of Content

What are Pastel Gradient Backgrounds in Web Design?

Pastel gradient backgrounds in web design are a combination of two or more colors that gradually blend into each other, creating a smooth transition from one color to another. 

Pastel gradient backgrounds use lighter colors to create subtle blends, enhancing the page without being too overpowering.

Gradient backgrounds 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

Gradient backgrounds are created using CSS code. There are three types of gradients: linear, radial, and conic. 

Linear gradients create a gradient that goes in a straight line, while radial gradients create a gradient that radiates out from a central point. Conic gradients create a gradient that goes around in a circle.

Pastel gradient backgrounds can be created using any of these gradient types. They can also be combined with other design elements, such as solid colors or patterns, to create a unique and visually appealing look.

When choosing colors for a pastel gradient background, it is important to consider the color theory. Colors can evoke different emotions and have different meanings. For example, blue is often associated with calmness and trust, while yellow is associated with happiness and optimism.

How to Apply Pastel Gradient Backgrounds CSS in Elementor?

If you want to add a pastel gradient background to your Elementor page, you can do it easily with CSS code. 

Here’s how to apply pastel gradient backgrounds CSS in Elementor.

  1. How to add Background CSS with Elementor FREE Version?
Background css 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor
  1. Open your Elementor page and select the section or column where you want to apply the pastel gradient background.
  2. Go to the Advanced tab
  3. Add any Custom Class in Custom CSS eg. ‘gradient-background’
  4. Copy the CSS code for the gradient background from the list shared in this blog.
  5. Add an HTML widget anywhere on the page
  6. Add <style> and </style> first in the content
  7. Paste the CSS Code from our website and change class to ‘.gradient-background’ before the css code
  8. And done

The final code should look like this


.gradient-background{

                    background: linear-gradient(135deg, #c7a9e9, #a1c4fd);

}

How to add Background CSS with Elementor PRO Version?

Add background css with elementor pro 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor
  1. Open your Elementor page and select the section or column where you want to apply the pastel gradient background.
  2. Go to the Advanced tab
  3. Go to Custom CSS
  4. Copy the CSS code for the gradient background from the list shared in this blog.
  5. And paste the code there with the selector
  6. And the gradient should be visible

50+ Free CSS Codes for Pastel Gradient Backgrounds

Here are 50+ free CSS codes for pastel gradient backgrounds that you can use for your website, specifically for Elementor.

1. SoftLilacDream

Softlilacdream 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

         background: linear-gradient(135deg, #c7a9e9, #a1c4fd);

}

2. PeachyBlush

Peachyblush 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #ffd3a5, #fd6585);

}

3. MintyFresh

Mintyfresh 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #d4fc79, #96e6a1);

}

4. SereneSeafoam

Sereneseafoam 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #81fbb8, #28c76f);

}

5. LavenderBreeze

Lavenderbreeze 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #8a84e2, #84fab0);

}

6. LemonSorbet

Lemonsorbet 1 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #fddb92, #d1fdff);

}

7. CottonCandy

Cottoncandy 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #fdbb9b, #ff80a0);

}

8. BubblegumSky

Bubblegumsky 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #a1c4fd, #c2e9fb);

}

9. IcyMint

Icymint 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #8cfac7, #65fecd);

}

11. Rosewater

Rosewater 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #e66767, #e65c6e);

}

11. Creamsicle

Creamsicle 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ffb6b9, #ff9e8f);

}

12. LilacLemonade

Lilaclemonade 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #cea0e3, #fcb4d5);

}

13. PistachioDelight

Pistachiodelight 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #98f898, #2ec72e);

}

14. CoralBreeze

Coralbreeze 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ff6b6b, #ffb66b);

}

15. DreamySky

Dreamysky 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #77a1d3, #79cbca);

}

16. MintMacaron

Mintmacaron 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor

CSS Code:


selector{

        background: linear-gradient(135deg, #4facfe, #00f2fe);

}

17. LavenderMist

Lavendermist 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #b993d6, #8ca6db);

}

18. TangerineTwist

Tangerinetwist 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ff9a8b, #ff6a88);

}

19. MintySky

Mintysky 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #a1c4fd, #c2e9fb);

}

20. PeachParfait

Peachparfait 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ffd3a5, #fd6585);

}

21. TranquilTides

Tranquiltides 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #3c67c1, #99c2e2);

}

22. LemonLavender

Lemonlavender 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #fccb90, #d57eeb);

}

23. MintyMelon

Mintymelon 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #d4fc79, #96e6a1);

}

24. RoseQuartz

Rosequartz 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #aa9cfc, #fc9ce7);

}

25. SunflowerSerenity

Sunflowerserenity 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #f6d365, #fda085);

}

26. MintyPeach

Mintypeach 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #a2c0cc, #fceea7);

}

27. LavenderLemonade

Lavenderlemonade 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #b39ddb, #e6c3f6);

}

28. PeachySunset

Peachysunset 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #f8a5c2, #fbbc8a);

}

29. PastelOcean

Pastelocean 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #a8edea, #fed6e3);

}

30. MelonMist

Melonmist 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #f794a4, #fdd6bd);

}

31. MintyDream

50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #a1c4fd, #c2e9fb);

}

32. BlueberryBreeze

Blueberrybreeze 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #636fa4, #e8cbc0);

}

33. LemonLime

Lemonlime 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #c0eb78, #d1f5d3);

}

34. CottonCandySky

Cottoncandysky 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ffb6d1, #2470a0);

}

35. MintChocolatte

Mintchocolatte 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #89f7fe, #66a6ff);

}

36. LavenderFields

Lavenderfields 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #d4a5a5, #d8b6b6);

}

37. LemonSorbet

Lemonsorbet 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #fddb92, #d1fdff);

}

38. SweetSunrise

Sweetsunrise 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ff5f6d, #ffc371);

}

39. BlueberryLemonade

Blueberrylemonade 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #667eea, #764ba2);

}

40. PeachesNCream

Peachesncream 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #ffd86f, #fc6262);

}

41. MintyMarshmallow

Mintymarshmallow 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #5edfff, #b8d3fe);

}

42. LavenderLush

Lavenderlush 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #a1c4fd, #c2e9fb);

}

43. VanillaRose

Qh69lw xi7jq9ja et wgdqh deauy4g55s cp1khh0k z5ywdxpiebgm 0abvub4qsoam2itgawjgldgf5s4tkqrxndieoqoyro 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #f3e7e7, #fc9d9d);

}

44. LemonZest

Lemonzest 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #fdfc47, #24fe41);

}

45. MintyMango

Mintymango 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #f1c40f, #f9e98d);

}

46. LavenderLove

Lavenderlove 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #e3a6ae, #c9c8e1);

}

47. BlueberryBliss

Blueberrybliss 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #9cd8db, #93a5cf);

}

48. MarshmallowSky

6 nvz 0 7cvpbdgfuwobxrokm2euz9tsx9 67wtbcb4rgge8y nkumfmtptuplrhhlysh30cnzrg2n3lxnrtxdmrdsgmszgqyaz tf5rig 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #50a7c2, #53e3a6);

}

49. HoneyLavender

Honeylavender 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


CSS Code:


selector{

        background: linear-gradient(135deg, #8e44ad, #f39c12);

}
20 checklist for wordpress site maintenance 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor
Do you Manage WordPress Websites? Download Our FREE E-Book of 20+ Checklist for WordPress Site Maintenance. ​



    50. PistachioParadise

    Pistachioparadise 50+ pastel gradient backgrounds for elementor [free css codes] from the plus addons for elementor


    CSS Code:

    
    selector{
    
            background: linear-gradient(135deg, #d1fbd0, #fbd1b7);
    
    }
    

    That’s all for this post.

    If you’re an Elementor user, we would recommend you use The Plus Addons; this all-in-one plugin offers 120+ Elementor widgets that will help in enhancing the functionality of your Elementor editor.

    Check out the Complete List of 120+ Widgets and Extensions here. Start building your dream website without coding!

    FAQs on Pastel Gradient Backgrounds for Elementor

    What are some popular pastel gradient hex codes?

    Some popular pastel gradient hex codes include #FFA5AB to #FCF6A8, #A8E063 to #56AB2F, and #FEB692 to #EA5455.

    Where can I find high definition pastel gradient backgrounds?

    There are many websites that offer high definition pastel gradient backgrounds for free, such as Unsplash, Pexels, and Pixabay.

    What are some design tips for using pastel backgrounds?

    When using pastel backgrounds, it’s important to consider the overall color scheme of your website or design. Pairing pastel gradients with neutral colors or bold typography can create a visually appealing contrast. Using pastel gradients sparingly can add a touch of elegance and sophistication to your design.

    Create Elementor Websites
    in Seconds with
    120+ Elementor Widgets & 1000+ Elementor Templates
    Get Free 25+ Secrets to Make Elementor Website Faster [Guaranteed Results]



      Automatically Convert Figma Designs to 100% Editable Elementor Website
      X