Battle Axe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Battle Axe palette

Share this palette to:

Battle Axe color palette PNG image

Download battle axe color palette PNG image (landscape)
Download battle axe color palette PNG image (square)

Battle Axe color palette CSS

/* CSS */
.color-1 {
color: #6d3b3b;
}
.color-2 {
color: #a15e5e;
}
.color-3 {
color: #d59b6c;
}
.color-4 {
color: #f0c74c;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #6d3b3b;
--color-2: #a15e5e;
--color-3: #d59b6c;
--color-4: #f0c74c;
--color-5: #f4a462;
}

Battle Axe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d3b3b, #a15e5e, #d59b6c, #f0c74c, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d3b3b, #a15e5e, #d59b6c, #f0c74c, #f4a462);
}

Battle Axe color palette created on .