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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Crimson Twilight color palette created on .