Ethereal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal palette

Share this palette to:

Download Ethereal Color Palette (PNG)

Download ethereal color palette PNG image (landscape)
Download ethereal color palette PNG image (square)

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);
}

Ethereal color palette created on .