A Dangerous Hunt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with A Dangerous Hunt palette

Share this palette to:

Download A Dangerous Hunt Color Palette (PNG)

Download a dangerous hunt color palette PNG image (landscape)
Download a dangerous hunt color palette PNG image (square)

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);
}

A Dangerous Hunt color palette created on .