Gothic Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gothic Elegance palette

Share this palette to:

Gothic Elegance color palette CSS

/* CSS */
.color-1 {
color: #3e1f47;
}
.color-2 {
color: #9b5086;
}
.color-3 {
color: #e57b92;
}
.color-4 {
color: #f8c6af;
}
.color-5 {
color: #ffdf8f;
}

/* CSS Variables */
:root {
--color-1: #3e1f47;
--color-2: #9b5086;
--color-3: #e57b92;
--color-4: #f8c6af;
--color-5: #ffdf8f;
}

Gothic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1f47, #9b5086, #e57b92, #f8c6af, #ffdf8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1f47, #9b5086, #e57b92, #f8c6af, #ffdf8f);
}

Gothic Elegance color palette created on .