Purple Goth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Goth palette
Purple Goth color palette CSS
/* CSS */
.color-1 {
color: #4a3b59;
}
.color-2 {
color: #79698c;
}
.color-3 {
color: #a594b3;
}
.color-4 {
color: #d6c5e7;
}
.color-5 {
color: #f2dff6;
}
/* CSS Variables */
:root {
--color-1: #4a3b59;
--color-2: #79698c;
--color-3: #a594b3;
--color-4: #d6c5e7;
--color-5: #f2dff6;
}
Purple Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Purple Goth color palette created on .