Iris Goddess of the Rainbow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iris Goddess of the Rainbow palette

Share this palette to:

Iris Goddess of the Rainbow color palette PNG image

Download iris goddess of the rainbow color palette PNG image (landscape)
Download iris goddess of the rainbow color palette PNG image (square)

Iris Goddess of the Rainbow color palette CSS

/* CSS */
.color-1 {
color: #7b1fa3;
}
.color-2 {
color: #a61c4c;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #6ecf7b;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #7b1fa3;
--color-2: #a61c4c;
--color-3: #f5a300;
--color-4: #6ecf7b;
--color-5: #4b91e2;
}

Iris Goddess of the Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1fa3, #a61c4c, #f5a300, #6ecf7b, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1fa3, #a61c4c, #f5a300, #6ecf7b, #4b91e2);
}

Iris Goddess of the Rainbow color palette created on .