Rainbow Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Vibes palette

Share this palette to:

Rainbow Vibes color palette PNG image

Download rainbow vibes color palette PNG image (landscape)
Download rainbow vibes color palette PNG image (square)

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);
}

Rainbow Vibes color palette created on .