Jinx Color Palette

Discover the beautiful Jinx color palette featuring medium purple (#bb31dd), purple heart (#8328c8), governor bay (#2f29b3), curious blue (#2096d5) and java (#19e1c6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withViolet, Magenta, Blue, Teal, Bright, Modern, Vibrant, High Contrast color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Jinx palette

Share this palette to:

💻 Jinx color palette CSS

/* CSS */
.color-1 {
color: #bb31dd;
}
.color-2 {
color: #8328c8;
}
.color-3 {
color: #2f29b3;
}
.color-4 {
color: #2096d5;
}
.color-5 {
color: #19e1c6;
}

/* CSS Variables */
:root {
--color-1: #bb31dd;
--color-2: #8328c8;
--color-3: #2f29b3;
--color-4: #2096d5;
--color-5: #19e1c6;
}

🌈 Jinx background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb31dd, #8328c8, #2f29b3, #2096d5, #19e1c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb31dd, #8328c8, #2f29b3, #2096d5, #19e1c6);
}

Jinx color palette created on .