Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rainbow Color Palette (PNG)
Rainbow color palette CSS
/* CSS */
.color-1 {
color: #ff5c7a;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a1d65c;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #ff5c7a;
--color-2: #ff9900;
--color-3: #ffd900;
--color-4: #a1d65c;
--color-5: #00bfff;
}
Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c7a, #ff9900, #ffd900, #a1d65c, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c7a, #ff9900, #ffd900, #a1d65c, #00bfff);
}
Similar color palettes
Scroll down to explore 300+ Vibrant color palettes
Rainbow color palette created on .