Russian Twilight Color Palette
Discover the beautiful Russian Twilight color palette featuring alizarin crimson (#d62b1f), shiraz (#a7112c), claret (#6c0f3a), jagger (#3a0e4e) and lucky point (#1b2079).
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 Russian Twilight palette
💻 Russian Twilight color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #a7112c;
}
.color-3 {
color: #6c0f3a;
}
.color-4 {
color: #3a0e4e;
}
.color-5 {
color: #1b2079;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #a7112c;
--color-3: #6c0f3a;
--color-4: #3a0e4e;
--color-5: #1b2079;
} 🌈 Russian Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #a7112c, #6c0f3a, #3a0e4e, #1b2079);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #a7112c, #6c0f3a, #3a0e4e, #1b2079);
} 🔗 Explore similar color palettes
Russian Twilight color palette created on .