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: #4a3b54;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #a77b8e;
}
.color-4 {
color: #d2b05b;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #4a3b54;
--color-2: #6a4c94;
--color-3: #a77b8e;
--color-4: #d2b05b;
--color-5: #f4a462;
}
Purple Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b54, #6a4c94, #a77b8e, #d2b05b, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b54, #6a4c94, #a77b8e, #d2b05b, #f4a462);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Purple Goth color palette created on .