Rainbow Joy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Joy palette

Share this palette to:

Rainbow Joy color palette PNG image

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

Rainbow Joy color palette CSS

/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #ffa05c;
}
.color-3 {
color: #ffd15c;
}
.color-4 {
color: #5cffa0;
}
.color-5 {
color: #5ca0ff;
}

/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ffa05c;
--color-3: #ffd15c;
--color-4: #5cffa0;
--color-5: #5ca0ff;
}

Rainbow Joy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ffa05c, #ffd15c, #5cffa0, #5ca0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ffa05c, #ffd15c, #5cffa0, #5ca0ff);
}

Rainbow Joy color palette created on .