Rainbow Celebration Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Celebration palette

Share this palette to:

Rainbow Celebration color palette PNG image

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

Rainbow Celebration color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #7b00ff;
}
.color-5 {
color: #ff007b;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb700;
--color-3: #00bfff;
--color-4: #7b00ff;
--color-5: #ff007b;
}

Rainbow Celebration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb700, #00bfff, #7b00ff, #ff007b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb700, #00bfff, #7b00ff, #ff007b);
}

Rainbow Celebration color palette created on .