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