Rainbow Pride Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Pride palette

Share this palette to:

Rainbow Pride color palette PNG image

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

Rainbow Pride color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #3f9d6f;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb30f;
--color-3: #3f9d6f;
--color-4: #007e94;
--color-5: #9b58b6;
}

Rainbow Pride background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb30f, #3f9d6f, #007e94, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb30f, #3f9d6f, #007e94, #9b58b6);
}

Rainbow Pride color palette created on .