Camille Íris Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Camille Íris palette

Share this palette to:

Camille Íris color palette PNG image

Download camille íris color palette PNG image (landscape)
Download camille íris color palette PNG image (square)

Camille Íris color palette CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #bea0cf;
}
.color-3 {
color: #e2c9e4;
}
.color-4 {
color: #f1e6f4;
}
.color-5 {
color: #f4d8c8;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #bea0cf;
--color-3: #e2c9e4;
--color-4: #f1e6f4;
--color-5: #f4d8c8;
}

Camille Íris background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #bea0cf, #e2c9e4, #f1e6f4, #f4d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #bea0cf, #e2c9e4, #f1e6f4, #f4d8c8);
}

Camille Íris color palette created on .