Purple Gothic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Gothic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Gothic Color Palette (PNG)
Purple Gothic color palette CSS
/* CSS */
.color-1 {
color: #5e2a92;
}
.color-2 {
color: #7b4c9a;
}
.color-3 {
color: #9a6c9d;
}
.color-4 {
color: #d2a2c3;
}
.color-5 {
color: #e4bfe8;
}
/* CSS Variables */
:root {
--color-1: #5e2a92;
--color-2: #7b4c9a;
--color-3: #9a6c9d;
--color-4: #d2a2c3;
--color-5: #e4bfe8;
}
Purple Gothic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2a92, #7b4c9a, #9a6c9d, #d2a2c3, #e4bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2a92, #7b4c9a, #9a6c9d, #d2a2c3, #e4bfe8);
}
Similar color palettes
Purple Gothic color palette created on .