Underworld Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Underworld Elegance palette
Underworld Elegance color palette CSS
/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #8b5b5b;
}
.color-3 {
color: #c8a08d;
}
.color-4 {
color: #e1c6b2;
}
.color-5 {
color: #f8e2ce;
}
/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #8b5b5b;
--color-3: #c8a08d;
--color-4: #e1c6b2;
--color-5: #f8e2ce;
}
Underworld Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #8b5b5b, #c8a08d, #e1c6b2, #f8e2ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #8b5b5b, #c8a08d, #e1c6b2, #f8e2ce);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Underworld Elegance color palette created on .