Alexander Goth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alexander Goth palette

Share this palette to:

Alexander Goth color palette PNG image

Download alexander goth color palette PNG image (landscape)
Download alexander goth color palette PNG image (square)

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);
}

Alexander Goth color palette created on .