Ethereal Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Echoes palette

Share this palette to:

Ethereal Echoes color palette CSS

/* CSS */
.color-1 {
color: #c6c4c3;
}
.color-2 {
color: #a67f7d;
}
.color-3 {
color: #69494a;
}
.color-4 {
color: #5c2e3b;
}
.color-5 {
color: #2e1a23;
}

/* CSS Variables */
:root {
--color-1: #c6c4c3;
--color-2: #a67f7d;
--color-3: #69494a;
--color-4: #5c2e3b;
--color-5: #2e1a23;
}

Ethereal Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6c4c3, #a67f7d, #69494a, #5c2e3b, #2e1a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6c4c3, #a67f7d, #69494a, #5c2e3b, #2e1a23);
}

Ethereal Echoes color palette created on .