Ethereal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal palette
Ethereal color palette PNG image
Ethereal color palette CSS
/* CSS */
.color-1 {
color: #d2c3df;
}
.color-2 {
color: #a5b5e3;
}
.color-3 {
color: #70b3d2;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #4e818d;
}
/* CSS Variables */
:root {
--color-1: #d2c3df;
--color-2: #a5b5e3;
--color-3: #70b3d2;
--color-4: #3bb09a;
--color-5: #4e818d;
}
Ethereal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c3df, #a5b5e3, #70b3d2, #3bb09a, #4e818d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c3df, #a5b5e3, #70b3d2, #3bb09a, #4e818d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ethereal color palette created on .