Paranoia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Paranoia palette

Share this palette to:

Paranoia color palette PNG image

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

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 .