Crimson Twilight Color Palette

Discover the beautiful Crimson Twilight color palette featuring old brick (#9c1c31), cerise red (#d93f59), illusion (#f7a1c3), eminence (#6c2a92) and cod gray (#1c1c1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCrimson, Purple, Black, Bright, Aesthetic, Modern, Deep, Night Sky, Vibrant 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 palette

Share this palette to:

💻 Crimson Twilight color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #d93f59;
}
.color-3 {
color: #f7a1c3;
}
.color-4 {
color: #6c2a92;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d93f59;
--color-3: #f7a1c3;
--color-4: #6c2a92;
--color-5: #1c1c1c;
}

🌈 Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d93f59, #f7a1c3, #6c2a92, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d93f59, #f7a1c3, #6c2a92, #1c1c1c);
}

Crimson Twilight color palette created on .