Crimson Twilight Color Palette
Discover the beautiful Crimson Twilight color palette featuring paco (#3c0f10), wine berry (#5e1b25), revolver (#1d112a), black (#000000) and taupe (#483b32).
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: #3c0f10;
}
.color-2 {
color: #5e1b25;
}
.color-3 {
color: #1d112a;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #483b32;
}
/* CSS Variables */
:root {
--color-1: #3c0f10;
--color-2: #5e1b25;
--color-3: #1d112a;
--color-4: #000000;
--color-5: #483b32;
} 🌈 Crimson Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0f10, #5e1b25, #1d112a, #000000, #483b32);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0f10, #5e1b25, #1d112a, #000000, #483b32);
} 🔗 Explore similar color palettes
Crimson Twilight color palette created on .