Venus Hamato Color Palette

Discover the beautiful Venus Hamato color palette featuring brown rust (#af6c3f), brown rust (#ac573d), stiletto (#9d3843), solid pink (#823340) and thunder (#422940).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Burgundy, Dark, Earthy, Muted, Retro, 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 Venus Hamato palette

Share this palette to:

💻 Venus Hamato color palette CSS

/* CSS */
.color-1 {
color: #af6c3f;
}
.color-2 {
color: #ac573d;
}
.color-3 {
color: #9d3843;
}
.color-4 {
color: #823340;
}
.color-5 {
color: #422940;
}

/* CSS Variables */
:root {
--color-1: #af6c3f;
--color-2: #ac573d;
--color-3: #9d3843;
--color-4: #823340;
--color-5: #422940;
}

🌈 Venus Hamato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af6c3f, #ac573d, #9d3843, #823340, #422940);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af6c3f, #ac573d, #9d3843, #823340, #422940);
}

Venus Hamato color palette created on .