Forgotten Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forgotten Echoes palette

Share this palette to:

Forgotten Echoes color palette CSS

/* CSS */
.color-1 {
color: #ba4c3b;
}
.color-2 {
color: #e7a47e;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #a4c1b4;
}
.color-5 {
color: #5a8c8b;
}

/* CSS Variables */
:root {
--color-1: #ba4c3b;
--color-2: #e7a47e;
--color-3: #f1e1b1;
--color-4: #a4c1b4;
--color-5: #5a8c8b;
}

Forgotten Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba4c3b, #e7a47e, #f1e1b1, #a4c1b4, #5a8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba4c3b, #e7a47e, #f1e1b1, #a4c1b4, #5a8c8b);
}

Forgotten Echoes color palette created on .