A Dangerous Hunt Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with A Dangerous Hunt palette
Color Inspiration
Images that showcase this color palette in real designs
Download A Dangerous Hunt Color Palette (PNG)
A Dangerous Hunt color palette CSS
/* CSS */
.color-1 {
color: #b55c4f;
}
.color-2 {
color: #f29f78;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #a5d9a1;
}
.color-5 {
color: #4b9b7c;
}
/* CSS Variables */
:root {
--color-1: #b55c4f;
--color-2: #f29f78;
--color-3: #f4e2c3;
--color-4: #a5d9a1;
--color-5: #4b9b7c;
}
A Dangerous Hunt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55c4f, #f29f78, #f4e2c3, #a5d9a1, #4b9b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55c4f, #f29f78, #f4e2c3, #a5d9a1, #4b9b7c);
}
Similar color palettes
Scroll down to explore 1000+ colors.adventure color palettes
A Dangerous Hunt color palette created on .