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