Jinx Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jinx palette

Share this palette to:

Download Jinx Color Palette (PNG)

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

Jinx color palette CSS

/* CSS */
.color-1 {
color: #530080;
}
.color-2 {
color: #820099;
}
.color-3 {
color: #9e008e;
}
.color-4 {
color: #615700;
}
.color-5 {
color: #47003a;
}

/* CSS Variables */
:root {
--color-1: #530080;
--color-2: #820099;
--color-3: #9e008e;
--color-4: #615700;
--color-5: #47003a;
}

Jinx background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #530080, #820099, #9e008e, #615700, #47003a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #530080, #820099, #9e008e, #615700, #47003a);
}

Jinx color palette created on .