Loading...

Goth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goth palette

Share this palette to:

Download Goth Color Palette (PNG)

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

Goth color palette CSS

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3f3f46;
}
.color-3 {
color: #6b6c76;
}
.color-4 {
color: #a5a6ac;
}
.color-5 {
color: #e0e0e5;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3f3f46;
--color-3: #6b6c76;
--color-4: #a5a6ac;
--color-5: #e0e0e5;
}

Goth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}

Goth color palette created on .