Vibrant Arsenal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Arsenal palette

Share this palette to:

Vibrant Arsenal color palette PNG image

Download vibrant arsenal color palette PNG image (landscape)
Download vibrant arsenal color palette PNG image (square)

Vibrant Arsenal color palette CSS

/* CSS */
.color-1 {
color: #d55c20;
}
.color-2 {
color: #f7a64a;
}
.color-3 {
color: #ffdf80;
}
.color-4 {
color: #5dc1ef;
}
.color-5 {
color: #1e3a76;
}

/* CSS Variables */
:root {
--color-1: #d55c20;
--color-2: #f7a64a;
--color-3: #ffdf80;
--color-4: #5dc1ef;
--color-5: #1e3a76;
}

Vibrant Arsenal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55c20, #f7a64a, #ffdf80, #5dc1ef, #1e3a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55c20, #f7a64a, #ffdf80, #5dc1ef, #1e3a76);
}

Vibrant Arsenal color palette created on .