Paintball Gun Rebel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Paintball Gun Rebel palette

Share this palette to:

Paintball Gun Rebel color palette PNG image

Download  paintball gun rebel color palette PNG image (landscape)
Download  paintball gun rebel color palette PNG image (square)

Paintball Gun Rebel color palette CSS

/* CSS */
.color-1 {
color: #4da3a2;
}
.color-2 {
color: #ffb914;
}
.color-3 {
color: #c4491c;
}
.color-4 {
color: #e6e0cb;
}
.color-5 {
color: #714f2d;
}

/* CSS Variables */
:root {
--color-1: #4da3a2;
--color-2: #ffb914;
--color-3: #c4491c;
--color-4: #e6e0cb;
--color-5: #714f2d;
}

Paintball Gun Rebel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4da3a2, #ffb914, #c4491c, #e6e0cb, #714f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4da3a2, #ffb914, #c4491c, #e6e0cb, #714f2d);
}

Paintball Gun Rebel color palette created on .