War Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with War palette

Share this palette to:

War color palette PNG image

Download war color palette PNG image (landscape)
Download war color palette PNG image (square)

War color palette CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #f44034;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ffd54d;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #f44034;
--color-3: #ff6e42;
--color-4: #ffad42;
--color-5: #ffd54d;
}

War background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #f44034, #ff6e42, #ffad42, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #f44034, #ff6e42, #ffad42, #ffd54d);
}

War color palette created on .