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: #b3cde0;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f7eaa6;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #fe5d5d;
}

/* CSS Variables */
:root {
--color-1: #b3cde0;
--color-2: #f6a8a2;
--color-3: #f7eaa6;
--color-4: #f7c5a6;
--color-5: #fe5d5d;
}

Ethereal Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cde0, #f6a8a2, #f7eaa6, #f7c5a6, #fe5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cde0, #f6a8a2, #f7eaa6, #f7c5a6, #fe5d5d);
}

Ethereal Echoes color palette created on .