Gothic Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gothic Vibes Color Palette (PNG)
Gothic Vibes color palette CSS
/* CSS */
.color-1 {
color: #1a1a1e;
}
.color-2 {
color: #3c3c3e;
}
.color-3 {
color: #5c5c61;
}
.color-4 {
color: #a1a1a5;
}
.color-5 {
color: #f1f1f3;
}
/* CSS Variables */
:root {
--color-1: #1a1a1e;
--color-2: #3c3c3e;
--color-3: #5c5c61;
--color-4: #a1a1a5;
--color-5: #f1f1f3;
}
Gothic Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}
Similar color palettes
Gothic Vibes color palette created on .