Arcoiris Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arcoiris palette

Share this palette to:

Arcoiris color palette PNG image

Download arcoiris color palette PNG image (landscape)
Download arcoiris color palette PNG image (square)

Arcoiris color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #f8e61b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #f8e61b;
--color-4: #a3d55d;
--color-5: #4cae4f;
}

Arcoiris background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #f8e61b, #a3d55d, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #f8e61b, #a3d55d, #4cae4f);
}

Arcoiris color palette created on .