Rainbow Time Color Palette

Discover the beautiful Rainbow Time color palette featuring burning orange (#ff7142), mustard (#ffd24d), feijoa (#a1d76a), picton blue (#4aa1f2) and wisteria (#995ab5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Rainbow, Fun, Summer, Orange, Yellow, Green, Blue, Purple color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Rainbow Time palette

Share this palette to:

💻 Rainbow Time color palette CSS

/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffd24d;
}
.color-3 {
color: #a1d76a;
}
.color-4 {
color: #4aa1f2;
}
.color-5 {
color: #995ab5;
}

/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffd24d;
--color-3: #a1d76a;
--color-4: #4aa1f2;
--color-5: #995ab5;
}

🌈 Rainbow Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffd24d, #a1d76a, #4aa1f2, #995ab5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffd24d, #a1d76a, #4aa1f2, #995ab5);
}

Rainbow Time color palette created on .