Espera Eterna Color Palette
Discover the beautiful Espera Eterna color palette featuring tan (#d2af91), cutty sark (#5a887f), river bed (#435055), old rose (#c69283) and straw (#d2ba87).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Espera Eterna palette
💻 Espera Eterna color palette CSS
/* CSS */
.color-1 {
color: #d2af91;
}
.color-2 {
color: #5a887f;
}
.color-3 {
color: #435055;
}
.color-4 {
color: #c69283;
}
.color-5 {
color: #d2ba87;
}
/* CSS Variables */
:root {
--color-1: #d2af91;
--color-2: #5a887f;
--color-3: #435055;
--color-4: #c69283;
--color-5: #d2ba87;
} 🌈 Espera Eterna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2af91, #5a887f, #435055, #c69283, #d2ba87);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2af91, #5a887f, #435055, #c69283, #d2ba87);
} 🔗 Explore similar color palettes
Espera Eterna color palette created on .