Orange Veteran Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Veteran palette

Share this palette to:

Orange Veteran color palette CSS

/* CSS */
.color-1 {
color: #b44d27;
}
.color-2 {
color: #f76e40;
}
.color-3 {
color: #fbad46;
}
.color-4 {
color: #fdfd77;
}
.color-5 {
color: #c6d869;
}

/* CSS Variables */
:root {
--color-1: #b44d27;
--color-2: #f76e40;
--color-3: #fbad46;
--color-4: #fdfd77;
--color-5: #c6d869;
}

Orange Veteran background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b44d27, #f76e40, #fbad46, #fdfd77, #c6d869);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b44d27, #f76e40, #fbad46, #fdfd77, #c6d869);
}

Orange Veteran color palette created on .