Ethereal Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Elegance palette
Ethereal Elegance color palette CSS
/* CSS */
.color-1 {
color: #3d2c4e;
}
.color-2 {
color: #594b77;
}
.color-3 {
color: #7f6b9e;
}
.color-4 {
color: #b29ec7;
}
.color-5 {
color: #e1b7d2;
}
/* CSS Variables */
:root {
--color-1: #3d2c4e;
--color-2: #594b77;
--color-3: #7f6b9e;
--color-4: #b29ec7;
--color-5: #e1b7d2;
}
Ethereal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2c4e, #594b77, #7f6b9e, #b29ec7, #e1b7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2c4e, #594b77, #7f6b9e, #b29ec7, #e1b7d2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ethereal Elegance color palette created on .