Crimson Twilight Color Palette
Discover the beautiful Crimson Twilight color palette featuring medium red violet (#b93c81), hibiscus (#a62b6b), eminence (#7a2a7e), honey flower (#4f1d81) and jagger (#2d0f5c).
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: #b93c81;
}
.color-2 {
color: #a62b6b;
}
.color-3 {
color: #7a2a7e;
}
.color-4 {
color: #4f1d81;
}
.color-5 {
color: #2d0f5c;
}
/* CSS Variables */
:root {
--color-1: #b93c81;
--color-2: #a62b6b;
--color-3: #7a2a7e;
--color-4: #4f1d81;
--color-5: #2d0f5c;
} 🌈 Crimson Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c81, #a62b6b, #7a2a7e, #4f1d81, #2d0f5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c81, #a62b6b, #7a2a7e, #4f1d81, #2d0f5c);
} 🔗 Explore similar color palettes
Crimson Twilight color palette created on .