Vibrant Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Rainbow palette
Vibrant Rainbow color palette CSS
/* CSS */
.color-1 {
color: #ff5a3d;
}
.color-2 {
color: #ffb05c;
}
.color-3 {
color: #ffd35c;
}
.color-4 {
color: #5cffb0;
}
.color-5 {
color: #3d5aff;
}
/* CSS Variables */
:root {
--color-1: #ff5a3d;
--color-2: #ffb05c;
--color-3: #ffd35c;
--color-4: #5cffb0;
--color-5: #3d5aff;
}
Vibrant Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5a3d, #ffb05c, #ffd35c, #5cffb0, #3d5aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5a3d, #ffb05c, #ffd35c, #5cffb0, #3d5aff);
}
Similar color palettes
Vibrant Rainbow color palette created on .