Colorful Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Rainbow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Colorful Rainbow Color Palette (PNG)
Colorful Rainbow color palette CSS
/* CSS */
.color-1 {
color: #ff5f5c;
}
.color-2 {
color: #ffae57;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #a5d06c;
}
.color-5 {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--color-1: #ff5f5c;
--color-2: #ffae57;
--color-3: #ffec3d;
--color-4: #a5d06c;
--color-5: #4eb7ac;
}
Colorful Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f5c, #ffae57, #ffec3d, #a5d06c, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f5c, #ffae57, #ffec3d, #a5d06c, #4eb7ac);
}
Similar color palettes
Scroll down to explore 10 Bright color palettes
Colorful Rainbow color palette created on .