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