Gothic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Elegance palette
Gothic Elegance color palette CSS
/* CSS */
.color-1 {
color: #3e1f47;
}
.color-2 {
color: #9b5086;
}
.color-3 {
color: #e57b92;
}
.color-4 {
color: #f8c6af;
}
.color-5 {
color: #ffdf8f;
}
/* CSS Variables */
:root {
--color-1: #3e1f47;
--color-2: #9b5086;
--color-3: #e57b92;
--color-4: #f8c6af;
--color-5: #ffdf8f;
}
Gothic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1f47, #9b5086, #e57b92, #f8c6af, #ffdf8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1f47, #9b5086, #e57b92, #f8c6af, #ffdf8f);
}
Similar color palettes
- Blossom Breeze
- Whimsical Blossom
- Royal Rose Garden
- Mulberry Garden
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Shades
- Shades of Green
- Whispers of the Ancients
- Purple Princess
- Shades of Green and Pink
- Pink Whisper Dreams
- Black Green Elegance
- Dahlia Dreams
- Rosewood Vibes
- Pink Dahlia
- Shades of Pink
- Whimsical Dreams
Gothic Elegance color palette created on .