Jinx Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jinx palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jinx Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Jinx color palette created on .