Hawkclaw Color Palette
Discover the beautiful Hawkclaw color palette featuring persian plum (#641e1b), cumin (#964226), flame pea (#d45d3e), tacao (#edb476) and marzipan (#f8d68f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Gold, Neutral, 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 Hawkclaw palette
💻 Hawkclaw color palette CSS
/* CSS */
.color-1 {
color: #641e1b;
}
.color-2 {
color: #964226;
}
.color-3 {
color: #d45d3e;
}
.color-4 {
color: #edb476;
}
.color-5 {
color: #f8d68f;
}
/* CSS Variables */
:root {
--color-1: #641e1b;
--color-2: #964226;
--color-3: #d45d3e;
--color-4: #edb476;
--color-5: #f8d68f;
} 🌈 Hawkclaw background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #641e1b, #964226, #d45d3e, #edb476, #f8d68f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #641e1b, #964226, #d45d3e, #edb476, #f8d68f);
} 🔗 Explore similar color palettes
Hawkclaw color palette created on .