Oni Splash Color Palette

Discover the beautiful Oni Splash color palette featuring shark (#1c1e21), abbey (#4b4f58), oslo gray (#7f8c90), medium carmine (#b24d34) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Black, Red, Gold, Blue, Bright, Modern, Anime, Japanese 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 Splash palette

Share this palette to:

💻 Oni Splash color palette CSS

/* CSS */
.color-1 {
color: #1c1e21;
}
.color-2 {
color: #4b4f58;
}
.color-3 {
color: #7f8c90;
}
.color-4 {
color: #b24d34;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1c1e21;
--color-2: #4b4f58;
--color-3: #7f8c90;
--color-4: #b24d34;
--color-5: #f9c54e;
}

🌈 Oni Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e21, #4b4f58, #7f8c90, #b24d34, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e21, #4b4f58, #7f8c90, #b24d34, #f9c54e);
}

Oni Splash color palette created on .