Crimson Twilight Symphony Color Palette

Discover the beautiful Crimson Twilight Symphony color palette featuring iron (#e0e0e1), red ribbon (#e70822), cobalt (#064eac), guardsman red (#bc010a) and red berry (#890101).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Blue, Vibrant, Modern, Warm, Summer 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 Twilight Symphony palette

Share this palette to:

💻 Crimson Twilight Symphony color palette CSS

/* CSS */
.color-1 {
color: #e0e0e1;
}
.color-2 {
color: #e70822;
}
.color-3 {
color: #064eac;
}
.color-4 {
color: #bc010a;
}
.color-5 {
color: #890101;
}

/* CSS Variables */
:root {
--color-1: #e0e0e1;
--color-2: #e70822;
--color-3: #064eac;
--color-4: #bc010a;
--color-5: #890101;
}

🌈 Crimson Twilight Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e1, #e70822, #064eac, #bc010a, #890101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e1, #e70822, #064eac, #bc010a, #890101);
}

Crimson Twilight Symphony color palette created on .