Ranma 1/2 Color Palette
Discover the beautiful Ranma 1/2 color palette featuring thunderbird (#cb3120), pirate gold (#bd7b00), grape (#44215e), vesuvius (#af3a08) and wedgewood (#5586a5).
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 Ranma 1/2 palette
💻 Ranma 1/2 color palette CSS
/* CSS */
.color-1 {
color: #cb3120;
}
.color-2 {
color: #bd7b00;
}
.color-3 {
color: #44215e;
}
.color-4 {
color: #af3a08;
}
.color-5 {
color: #5586a5;
}
/* CSS Variables */
:root {
--color-1: #cb3120;
--color-2: #bd7b00;
--color-3: #44215e;
--color-4: #af3a08;
--color-5: #5586a5;
}
🌈 Ranma 1/2 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cb3120, #bd7b00, #44215e, #af3a08, #5586a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cb3120, #bd7b00, #44215e, #af3a08, #5586a5);
}
🔗 Explore similar color palettes
Ranma 1/2 color palette created on .