Alexander Goth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alexander Goth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Alexander Goth Color Palette (PNG)
Alexander Goth color palette CSS
/* CSS */
.color-1 {
color: #1c1c2b;
}
.color-2 {
color: #3e3e4c;
}
.color-3 {
color: #5d5d79;
}
.color-4 {
color: #8181b1;
}
.color-5 {
color: #9f9fd0;
}
/* CSS Variables */
:root {
--color-1: #1c1c2b;
--color-2: #3e3e4c;
--color-3: #5d5d79;
--color-4: #8181b1;
--color-5: #9f9fd0;
}
Alexander Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Alexander Goth color palette created on .