Discover the beautiful Emotional Echoes color palette featuring buccaneer (#5e2b3c), strikemaster (#a5698a), cashmere (#e7b0a6), dairy cream (#f9e6b9) and saffron mango (#f9c54e).

Emotional Echoes Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.

💡 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

Explore how the Emotional Echoes palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Emotional Echoes palette

Share this palette to:

💻 Emotional Echoes color palette CSS

/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #a5698a;
}
.color-3 {
color: #e7b0a6;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #a5698a;
--color-3: #e7b0a6;
--color-4: #f9e6b9;
--color-5: #f9c54e;
}

🌈 Emotional Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #a5698a, #e7b0a6, #f9e6b9, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #a5698a, #e7b0a6, #f9e6b9, #f9c54e);
}

Emotional Echoes color palette created on .