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

Our color palette generator created this versatile color scheme which shares characteristics withPlum, Lavender, Pink, Soft, Vibrant, Earthy, Elegant, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Oni color palette created on .