Oni Color Palette
Discover the beautiful Oni color palette featuring bossanova (#3d214a), eminence (#5f3584), deluge (#8059a7), bouquet (#b880b3) and careys pink (#cd9fb3).
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 Oni palette
💻 Oni color palette CSS
/* CSS */
.color-1 {
color: #3d214a;
}
.color-2 {
color: #5f3584;
}
.color-3 {
color: #8059a7;
}
.color-4 {
color: #b880b3;
}
.color-5 {
color: #cd9fb3;
}
/* CSS Variables */
:root {
--color-1: #3d214a;
--color-2: #5f3584;
--color-3: #8059a7;
--color-4: #b880b3;
--color-5: #cd9fb3;
} 🌈 Oni background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d214a, #5f3584, #8059a7, #b880b3, #cd9fb3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d214a, #5f3584, #8059a7, #b880b3, #cd9fb3);
} 🔗 Explore similar color palettes
Oni color palette created on .