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: #3b0707;
}
.color-2 {
color: #5e1717;
}
.color-3 {
color: #832c2a;
}
.color-4 {
color: #9f4341;
}
.color-5 {
color: #c93d3b;
}

/* CSS Variables */
:root {
--color-1: #3b0707;
--color-2: #5e1717;
--color-3: #832c2a;
--color-4: #9f4341;
--color-5: #c93d3b;
}

Gothic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0707, #5e1717, #832c2a, #9f4341, #c93d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0707, #5e1717, #832c2a, #9f4341, #c93d3b);
}

Gothic Elegance color palette created on .