Psycho Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Psycho palette
Color Inspiration
Images that showcase this color palette in real designs
Download Psycho Color Palette (PNG)
Psycho color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #5e5e8d;
}
.color-3 {
color: #a4a4b7;
}
.color-4 {
color: #d1a271;
}
.color-5 {
color: #d24e4b;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #5e5e8d;
--color-3: #a4a4b7;
--color-4: #d1a271;
--color-5: #d24e4b;
}
Psycho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #5e5e8d, #a4a4b7, #d1a271, #d24e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #5e5e8d, #a4a4b7, #d1a271, #d24e4b);
}
Similar color palettes
Psycho color palette created on .