Crimson Eclipse Color Palette

Discover the beautiful Crimson Eclipse color palette featuring aubergine (#3d0a0f), nutmeg (#7d2b2f), matrix (#b95b5f), tonys pink (#e8a79b) and marzipan (#f7d7a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Amber, Autumn, Warm 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 Eclipse palette

Share this palette to:

💻 Crimson Eclipse color palette CSS

/* CSS */
.color-1 {
color: #3d0a0f;
}
.color-2 {
color: #7d2b2f;
}
.color-3 {
color: #b95b5f;
}
.color-4 {
color: #e8a79b;
}
.color-5 {
color: #f7d7a1;
}

/* CSS Variables */
:root {
--color-1: #3d0a0f;
--color-2: #7d2b2f;
--color-3: #b95b5f;
--color-4: #e8a79b;
--color-5: #f7d7a1;
}

🌈 Crimson Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}

Crimson Eclipse color palette created on .