Paranoia Color Palette

Discover the beautiful Paranoia color palette featuring port gore (#1a1e3d), bossanova (#3b2a55), bossanova (#5e3c72), tapestry (#994d91) and flamingo (#f64f3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Purple, Red, Vibrant, Modern, High Contrast, Psychedelic 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 Paranoia palette

Share this palette to:

💻 Paranoia color palette CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3b2a55;
}
.color-3 {
color: #5e3c72;
}
.color-4 {
color: #994d91;
}
.color-5 {
color: #f64f3c;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3b2a55;
--color-3: #5e3c72;
--color-4: #994d91;
--color-5: #f64f3c;
}

🌈 Paranoia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3b2a55, #5e3c72, #994d91, #f64f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3b2a55, #5e3c72, #994d91, #f64f3c);
}

Paranoia color palette created on .