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: #380a43;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #a44c90;
}
.color-4 {
color: #d77c70;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f2c90;
--color-3: #a44c90;
--color-4: #d77c70;
--color-5: #f9c54e;
}
Purple Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f2c90, #a44c90, #d77c70, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f2c90, #a44c90, #d77c70, #f9c54e);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Purple Goth color palette created on .