Colorful Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Rainbow palette
Colorful Rainbow color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #56c5e1;
}
.color-5 {
color: #a24eb1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #7fd959;
--color-4: #56c5e1;
--color-5: #a24eb1;
}
Colorful Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #7fd959, #56c5e1, #a24eb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #7fd959, #56c5e1, #a24eb1);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Colorful Rainbow color palette created on .