Earthy Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Echoes palette

Share this palette to:

Earthy Echoes color palette CSS

/* CSS */
.color-1 {
color: #f8d482;
}
.color-2 {
color: #e1a55b;
}
.color-3 {
color: #bf754a;
}
.color-4 {
color: #9e3e33;
}
.color-5 {
color: #691b2b;
}

/* CSS Variables */
:root {
--color-1: #f8d482;
--color-2: #e1a55b;
--color-3: #bf754a;
--color-4: #9e3e33;
--color-5: #691b2b;
}

Earthy Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d482, #e1a55b, #bf754a, #9e3e33, #691b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d482, #e1a55b, #bf754a, #9e3e33, #691b2b);
}

Earthy Echoes color palette created on .