Navy Blue and Lemon Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Navy Blue and Lemon Yellow palette
Navy Blue and Lemon Yellow color palette CSS
/* CSS */
.color-1 {
color: #002147;
}
.color-2 {
color: #e6d600;
}
.color-3 {
color: #00999e;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #002147;
--color-2: #e6d600;
--color-3: #00999e;
--color-4: #ffcc00;
--color-5: #f5a524;
}
Navy Blue and Lemon Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002147, #e6d600, #00999e, #ffcc00, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002147, #e6d600, #00999e, #ffcc00, #f5a524);
}
Similar color palettes
Navy Blue and Lemon Yellow color palette created on .