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: #1f1e4d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #7b6e8c;
}
.color-4 {
color: #c7b2b7;
}
.color-5 {
color: #f7d0b6;
}

/* CSS Variables */
:root {
--color-1: #1f1e4d;
--color-2: #4b3e6f;
--color-3: #7b6e8c;
--color-4: #c7b2b7;
--color-5: #f7d0b6;
}

Ethereal Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}

Ethereal Elegance color palette created on .