Psychopath Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Psychopath palette

Share this palette to:

Psychopath color palette PNG image

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

Psychopath color palette CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3d8f8f;
}
.color-3 {
color: #68b1a1;
}
.color-4 {
color: #b2e0d6;
}
.color-5 {
color: #f7f1e3;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3d8f8f;
--color-3: #68b1a1;
--color-4: #b2e0d6;
--color-5: #f7f1e3;
}

Psychopath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3d8f8f, #68b1a1, #b2e0d6, #f7f1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3d8f8f, #68b1a1, #b2e0d6, #f7f1e3);
}

Psychopath color palette created on .