Rainbow Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow Vibes palette
Rainbow Vibes color palette PNG image
Rainbow Vibes color palette CSS
/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffe95c;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #57c4ff;
}
/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff9d4d;
--color-3: #ffe95c;
--color-4: #7fd959;
--color-5: #57c4ff;
}
Rainbow Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff9d4d, #ffe95c, #7fd959, #57c4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff9d4d, #ffe95c, #7fd959, #57c4ff);
}
Similar color palettes
Rainbow Vibes color palette created on .