Castlevania Color Palette
Discover the beautiful Castlevania color palette featuring royal purple (#6b3f9d), deluge (#7d5c9d), purple mountain's majesty (#a678b0), grain brown (#e1c6b2) and mojo (#c75d3d).
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 Castlevania palette
💻 Castlevania color palette CSS
/* CSS */
.color-1 {
color: #6b3f9d;
}
.color-2 {
color: #7d5c9d;
}
.color-3 {
color: #a678b0;
}
.color-4 {
color: #e1c6b2;
}
.color-5 {
color: #c75d3d;
}
/* CSS Variables */
:root {
--color-1: #6b3f9d;
--color-2: #7d5c9d;
--color-3: #a678b0;
--color-4: #e1c6b2;
--color-5: #c75d3d;
} 🌈 Castlevania background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b3f9d, #7d5c9d, #a678b0, #e1c6b2, #c75d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b3f9d, #7d5c9d, #a678b0, #e1c6b2, #c75d3d);
} 🔗 Explore similar color palettes
Castlevania color palette created on .