Crimson Echoes Color Palette

Discover the beautiful Crimson Echoes color palette featuring manhattan (#f8c391), terracotta (#e77c65), red damask (#d46040), tall poppy (#bf3a2b) and mexican red (#9b2234).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Peach, Red, Sunset 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

UI Examples

Explore beautiful UI components with Crimson Echoes palette

Share this palette to:

💻 Crimson Echoes color palette CSS

/* CSS */
.color-1 {
color: #f8c391;
}
.color-2 {
color: #e77c65;
}
.color-3 {
color: #d46040;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #9b2234;
}

/* CSS Variables */
:root {
--color-1: #f8c391;
--color-2: #e77c65;
--color-3: #d46040;
--color-4: #bf3a2b;
--color-5: #9b2234;
}

🌈 Crimson Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c391, #e77c65, #d46040, #bf3a2b, #9b2234);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c391, #e77c65, #d46040, #bf3a2b, #9b2234);
}

Crimson Echoes color palette created on .