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: #2e2a32;
}
.color-2 {
color: #5d4b81;
}
.color-3 {
color: #a76c92;
}
.color-4 {
color: #d8b1c4;
}
.color-5 {
color: #f0e5e6;
}

/* CSS Variables */
:root {
--color-1: #2e2a32;
--color-2: #5d4b81;
--color-3: #a76c92;
--color-4: #d8b1c4;
--color-5: #f0e5e6;
}

Gothic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a32, #5d4b81, #a76c92, #d8b1c4, #f0e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a32, #5d4b81, #a76c92, #d8b1c4, #f0e5e6);
}

Gothic Elegance color palette created on .