Muryotaisu Nijimura Color Palette
Discover the beautiful Muryotaisu Nijimura color palette featuring hot pink (#ff65a9), hit pink (#ffb286), picton blue (#28b1ea), purple heart (#5421e8) and royal blue (#2f63ef).
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 Muryotaisu Nijimura palette
💻 Muryotaisu Nijimura color palette CSS
/* CSS */
.color-1 {
color: #ff65a9;
}
.color-2 {
color: #ffb286;
}
.color-3 {
color: #28b1ea;
}
.color-4 {
color: #5421e8;
}
.color-5 {
color: #2f63ef;
}
/* CSS Variables */
:root {
--color-1: #ff65a9;
--color-2: #ffb286;
--color-3: #28b1ea;
--color-4: #5421e8;
--color-5: #2f63ef;
} 🌈 Muryotaisu Nijimura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff65a9, #ffb286, #28b1ea, #5421e8, #2f63ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff65a9, #ffb286, #28b1ea, #5421e8, #2f63ef);
} 🔗 Explore similar color palettes
Muryotaisu Nijimura color palette created on .