Majin Sonic Color Palette
Discover the beautiful Majin Sonic color palette featuring port gore (#1e1e4d), san marino (#3c6f9f), turquoise blue (#5fc2e3), sandy brown (#f3a158) and froly (#f36d6d).
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 Majin Sonic palette
💻 Majin Sonic color palette CSS
/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #3c6f9f;
}
.color-3 {
color: #5fc2e3;
}
.color-4 {
color: #f3a158;
}
.color-5 {
color: #f36d6d;
}
/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #3c6f9f;
--color-3: #5fc2e3;
--color-4: #f3a158;
--color-5: #f36d6d;
} 🌈 Majin Sonic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #3c6f9f, #5fc2e3, #f3a158, #f36d6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #3c6f9f, #5fc2e3, #f3a158, #f36d6d);
} 🔗 Explore similar color palettes
Majin Sonic color palette created on .