Orange Navy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Navy palette

Share this palette to:

Orange Navy color palette CSS

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #005e99;
}
.color-3 {
color: #0095ff;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #005e99;
--color-3: #0095ff;
--color-4: #ffcc00;
--color-5: #ff4d00;
}

Orange Navy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #005e99, #0095ff, #ffcc00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #005e99, #0095ff, #ffcc00, #ff4d00);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Orange Navy color palette created on .