Ethereal Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Elegance palette

Share this palette to:

Ethereal Elegance color palette CSS

/* CSS */
.color-1 {
color: #181110;
}
.color-2 {
color: #a7802a;
}
.color-3 {
color: #c8b789;
}
.color-4 {
color: #2f934e;
}
.color-5 {
color: #0a5245;
}

/* CSS Variables */
:root {
--color-1: #181110;
--color-2: #a7802a;
--color-3: #c8b789;
--color-4: #2f934e;
--color-5: #0a5245;
}

Ethereal Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181110, #a7802a, #c8b789, #2f934e, #0a5245);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181110, #a7802a, #c8b789, #2f934e, #0a5245);
}

Ethereal Elegance color palette created on .