Shizuki Hinomori Color Palette

Discover the beautiful Shizuki Hinomori color palette featuring tawny port (#70293c), crown of thorns (#6d222c), persian plum (#6c1924), maroon oak (#60102b) and cab sav (#4b0c2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Crimson, Dark, Deep, Earthy, Maroon, Red, 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 Shizuki Hinomori palette

Share this palette to:

💻 Shizuki Hinomori color palette CSS

/* CSS */
.color-1 {
color: #70293c;
}
.color-2 {
color: #6d222c;
}
.color-3 {
color: #6c1924;
}
.color-4 {
color: #60102b;
}
.color-5 {
color: #4b0c2a;
}

/* CSS Variables */
:root {
--color-1: #70293c;
--color-2: #6d222c;
--color-3: #6c1924;
--color-4: #60102b;
--color-5: #4b0c2a;
}

🌈 Shizuki Hinomori background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70293c, #6d222c, #6c1924, #60102b, #4b0c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70293c, #6d222c, #6c1924, #60102b, #4b0c2a);
}

Shizuki Hinomori color palette created on .