Navy and Yellow Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Navy and Yellow Fusion palette

Share this palette to:

Navy and Yellow Fusion color palette CSS

/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #0066cc;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffff99;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #0066cc;
--color-3: #ffcc00;
--color-4: #ffff99;
--color-5: #ff9900;
}

Navy and Yellow Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #0066cc, #ffcc00, #ffff99, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #0066cc, #ffcc00, #ffff99, #ff9900);
}

Navy and Yellow Fusion color palette created on .