Gothic Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Garden palette
Gothic Garden color palette PNG image
Gothic Garden color palette CSS
/* CSS */
.color-1 {
color: #4a2b41;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #4a2b41;
--color-2: #6a4e8d;
--color-3: #a77b9d;
--color-4: #d5b3c0;
--color-5: #f4cf3e;
}
Gothic Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
Similar color palettes
Scroll down to explore 1000+ colors.gothic color palettes
Gothic Garden color palette created on .