Lily-Jean Wright Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lily-Jean Wright palette

Share this palette to:

Download Lily-Jean Wright Color Palette (PNG)

Download lily-jean wright color palette PNG image (landscape)
Download lily-jean wright color palette PNG image (square)

Lily-Jean Wright color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f77e7e;
}
.color-3 {
color: #d84f6d;
}
.color-4 {
color: #a9609c;
}
.color-5 {
color: #6d9dba;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f77e7e;
--color-3: #d84f6d;
--color-4: #a9609c;
--color-5: #6d9dba;
}

Lily-Jean Wright background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f77e7e, #d84f6d, #a9609c, #6d9dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f77e7e, #d84f6d, #a9609c, #6d9dba);
}

Lily-Jean Wright color palette created on .