Paranoid Color Palette

Discover the beautiful Paranoid color palette featuring port gore (#1d1d4e), victoria (#3f3f88), blue violet (#5f5fbf), dull lavender (#9a9ae0) and link water (#d2d2f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Purple, Vibrant, Bright, Modern, Psychedelic, High Contrast, Night Sky 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 Paranoid palette

Share this palette to:

💻 Paranoid color palette CSS

/* CSS */
.color-1 {
color: #1d1d4e;
}
.color-2 {
color: #3f3f88;
}
.color-3 {
color: #5f5fbf;
}
.color-4 {
color: #9a9ae0;
}
.color-5 {
color: #d2d2f4;
}

/* CSS Variables */
:root {
--color-1: #1d1d4e;
--color-2: #3f3f88;
--color-3: #5f5fbf;
--color-4: #9a9ae0;
--color-5: #d2d2f4;
}

🌈 Paranoid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d4e, #3f3f88, #5f5fbf, #9a9ae0, #d2d2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d4e, #3f3f88, #5f5fbf, #9a9ae0, #d2d2f4);
}

Paranoid color palette created on .