Type Here to Get Search Results !

Rainbow Text || Rainbow online shopping || Adidas rainbow|| Rainbow shop online || Rainbow phoenix

CSS Rainbow Text



In this article, we'll discuss what is a Rainbow text and exhibit building one through a fundamental model. Assuming you are keen on producing code for text with any angle tone, look at our CSS Text Slope Generator apparatus.


Rainbow Message is a message with a variety design related with it, addressing the 7 shades of Rainbow; specifically Violet, Indigo, Blue, Green, Yellow, Orange, and Red. Utilizing various stunts, this example can be applied to any variety property like tone, boundary, or shadow. For the most part, it is the variety.


How about we begin composing fundamental HTML and CSS for building various sorts of Rainbow texts.

<p class="rainbow-text">Hi, I'm a Rainbow Text</p>

Hi, I'm a Rainbow Text

To give it a rainbow background, we will first give the whole element a background gradient.

background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);

Hi, I'm a Rainbow Text

We don’t want the background gradient to cover the entire element background gradient, rather be clipped to the text.

-webkit-background-clip: text;

Hi, I'm a Rainbow Text

Setting the foundation cut property to text is non-standard however is very much upheld in current programs, with the special cases of IE and Show Small, which aren't broadly utilized. You can find the help subtleties here. The - webkit-foundation cut prefix is expected by a few present day programs and upheld by the rest of it's alright to simply utilize the prefix in the event that you need negligible CSS. To play it safe, it's presumably best to futureproof it by including the unprefixed foundation cut property also.


The rainbow design is there however we can't actually see it until we set the text's own variety as straightforward.

color: transparent;

Hi, I'm a Rainbow Text

So our final CSS will be (along with other deemed-as-necessary adjustments)

.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

The foundation picture property acknowledges the accompanying kinds of angles


Straight (Accepts heading as discretionary first contentions)

Outspread ( Comes to fruition, size and position as discretionary first contentions)

Conic ( Takes revolution point and focus position as discretionary first contentions)

More on foundation picture here.


Utilizing this mix of foundation picture and foundation cut property estimations, we can make endless varieties of Rainbow texts. Some of them will be displayed in the Codepen to follow.


At times, you might have to show rainbow colors individually for a text, and circle it limitlessly. This can be accomplished by applying a movement that changes the tones and afterward rehashes.

@keyframes rainbow{
 0%{color: orange;}
 10%{color: purple;}
 20%{color: red;}
 30%{color: CadetBlue;
 40%{color: yellow;}
 50%{color: coral;}
 60%{color: green;}
 70%{color: cyan;}
 80%{color: DeepPink;}
 90%{color: DodgerBlue;}
 100%{color: orange;}
}

We can use the power of multiple text shadows to create a rainbow shadow pattern. 

font-size: 70px;
 font-weight: 100;
 color: #ef3550;
 letter-spacing: 8px;
 text-shadow: 1px 0 #f48fb1, 2px 0 #7e57c2, 3px 0 #2196f3, 4px 0 #26c6da, 5px 0 #43a047, 6px 0 #eeff41, 7px 0 #f9a825, 8px 0 #ff5722, -1px 0 #f48fb1, -2px 0 #7e57c2, -3px 0 #2196f3, -4px 0 #26c6da, -5px 0 #43a047, -6px 0 #eeff41, -7px 0 #f9a825, -8px 0 #ff5722;

 The shadows may not be very useful but there could be some possible use cases.In this article, we went through how we can create variations of rainbow texts using powerful CSS properties. Note that the properties are generic, so the rainbow pattern is one of the many color patterns you can create using these properties.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Top Post Ad

Below Post Ad

Hollywood Movies