Gothic Red and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Red and Gold palette
Gothic Red and Gold color palette CSS
/* CSS */
.color-1 {
color: #2e0f12;
}
.color-2 {
color: #4d191e;
}
.color-3 {
color: #783a3e;
}
.color-4 {
color: #b59c5a;
}
.color-5 {
color: #f0e4b2;
}
/* CSS Variables */
:root {
--color-1: #2e0f12;
--color-2: #4d191e;
--color-3: #783a3e;
--color-4: #b59c5a;
--color-5: #f0e4b2;
}
Gothic Red and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e0f12, #4d191e, #783a3e, #b59c5a, #f0e4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e0f12, #4d191e, #783a3e, #b59c5a, #f0e4b2);
}
Similar color palettes
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Crimson Shadows
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Crimson Reverie
- Dark Red
- Gothic Elegance
- Dark Blue to Maroon
- Dark Blue and Maroon Harmony
- Dark Blue and Maroon Harmony
- Crimson Vampire
Gothic Red and Gold color palette created on .