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 PNG image

Download gothic elegance color palette PNG image (landscape)
Download gothic elegance color palette PNG image (square)

Gothic Elegance color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #5a5a6d;
}
.color-3 {
color: #a0a0b1;
}
.color-4 {
color: #bfa5c5;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #5a5a6d;
--color-3: #a0a0b1;
--color-4: #bfa5c5;
--color-5: #eab8d1;
}

Gothic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #5a5a6d, #a0a0b1, #bfa5c5, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #5a5a6d, #a0a0b1, #bfa5c5, #eab8d1);
}

Gothic Elegance color palette created on .