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