Ethereal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ethereal Color Palette (PNG)
Ethereal color palette CSS
/* CSS */
.color-1 {
color: #d7e4e5;
}
.color-2 {
color: #a7d7cf;
}
.color-3 {
color: #5abfbd;
}
.color-4 {
color: #1e7a7b;
}
.color-5 {
color: #2b4d50;
}
/* CSS Variables */
:root {
--color-1: #d7e4e5;
--color-2: #a7d7cf;
--color-3: #5abfbd;
--color-4: #1e7a7b;
--color-5: #2b4d50;
}
Ethereal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e4e5, #a7d7cf, #5abfbd, #1e7a7b, #2b4d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e4e5, #a7d7cf, #5abfbd, #1e7a7b, #2b4d50);
}
Similar color palettes
Ethereal color palette created on .