Underworld Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Underworld Elegance palette

Share this palette to:

Underworld Elegance color palette CSS

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #9b7b69;
}
.color-4 {
color: #d3b58d;
}
.color-5 {
color: #e4c6aa;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #6f4c3e;
--color-3: #9b7b69;
--color-4: #d3b58d;
--color-5: #e4c6aa;
}

Underworld Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #6f4c3e, #9b7b69, #d3b58d, #e4c6aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #6f4c3e, #9b7b69, #d3b58d, #e4c6aa);
}

Underworld Elegance color palette created on .