Hound'Spike Color Palette

Discover the beautiful Hound'Spike color palette featuring lotus (#793a39), turkish rose (#b86b6e), can can (#d9a3a0), azalea (#f8c8c4) and provincial pink (#fef1f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMaroon, Pink, Red, Cream, Soft, Coral, Light 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 Hound'Spike palette

Share this palette to:

💻 Hound'Spike color palette CSS

/* CSS */
.color-1 {
color: #793a39;
}
.color-2 {
color: #b86b6e;
}
.color-3 {
color: #d9a3a0;
}
.color-4 {
color: #f8c8c4;
}
.color-5 {
color: #fef1f1;
}

/* CSS Variables */
:root {
--color-1: #793a39;
--color-2: #b86b6e;
--color-3: #d9a3a0;
--color-4: #f8c8c4;
--color-5: #fef1f1;
}

🌈 Hound'Spike background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793a39, #b86b6e, #d9a3a0, #f8c8c4, #fef1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793a39, #b86b6e, #d9a3a0, #f8c8c4, #fef1f1);
}

Hound'Spike color palette created on .