A Dangerous Hunt Color Palette
Discover the beautiful A Dangerous Hunt color palette featuring matrix (#b55c4f), apricot (#f29f78), sidecar (#f4e2c2), moss green (#a5d9a1) and ocean green (#4b9b7c).
Brightness
Saturation
Warmth
💡 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 A Dangerous Hunt palette
💻 A Dangerous Hunt color palette CSS
/* CSS */
.color-1 {
color: #b55c4f;
}
.color-2 {
color: #f29f78;
}
.color-3 {
color: #f4e2c2;
}
.color-4 {
color: #a5d9a1;
}
.color-5 {
color: #4b9b7c;
}
/* CSS Variables */
:root {
--color-1: #b55c4f;
--color-2: #f29f78;
--color-3: #f4e2c2;
--color-4: #a5d9a1;
--color-5: #4b9b7c;
} 🌈 A Dangerous Hunt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55c4f, #f29f78, #f4e2c2, #a5d9a1, #4b9b7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55c4f, #f29f78, #f4e2c2, #a5d9a1, #4b9b7c);
} 🔗 Explore similar color palettes
A Dangerous Hunt color palette created on .