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 .