Purple Goth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Goth palette

Share this palette to:

Purple Goth color palette CSS

/* CSS */
.color-1 {
color: #2b1d3e;
}
.color-2 {
color: #4d3f6e;
}
.color-3 {
color: #6d5c99;
}
.color-4 {
color: #9a7bc6;
}
.color-5 {
color: #d0bfe8;
}

/* CSS Variables */
:root {
--color-1: #2b1d3e;
--color-2: #4d3f6e;
--color-3: #6d5c99;
--color-4: #9a7bc6;
--color-5: #d0bfe8;
}

Purple Goth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b1d3e, #4d3f6e, #6d5c99, #9a7bc6, #d0bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b1d3e, #4d3f6e, #6d5c99, #9a7bc6, #d0bfe8);
}

Purple Goth color palette created on .