Rainbow Time Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow Time palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rainbow Time Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10 Bright color palettes
Rainbow Time color palette created on .