Gothic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Elegance palette
Gothic Elegance color palette PNG image
Gothic Elegance color palette CSS
/* CSS */
.color-1 {
color: #3d0a0a;
}
.color-2 {
color: #5c1f1f;
}
.color-3 {
color: #7d3b3b;
}
.color-4 {
color: #9a5b5b;
}
.color-5 {
color: #c85151;
}
/* CSS Variables */
:root {
--color-1: #3d0a0a;
--color-2: #5c1f1f;
--color-3: #7d3b3b;
--color-4: #9a5b5b;
--color-5: #c85151;
}
Gothic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0a, #5c1f1f, #7d3b3b, #9a5b5b, #c85151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0a, #5c1f1f, #7d3b3b, #9a5b5b, #c85151);
}
Similar color palettes
Gothic Elegance color palette created on .