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: #3a3b41;
}
.color-2 {
color: #5b5b67;
}
.color-3 {
color: #898990;
}
.color-4 {
color: #b8b2b5;
}
.color-5 {
color: #dad7d9;
}
/* CSS Variables */
:root {
--color-1: #3a3b41;
--color-2: #5b5b67;
--color-3: #898990;
--color-4: #b8b2b5;
--color-5: #dad7d9;
}
Gothic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b41, #5b5b67, #898990, #b8b2b5, #dad7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b41, #5b5b67, #898990, #b8b2b5, #dad7d9);
}
Similar color palettes
Gothic Elegance color palette created on .