Blue and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Gold palette
Blue and Gold color palette CSS
/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #2f7f33;
}
/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #ffcc00;
--color-3: #ff6e61;
--color-4: #ffffff;
--color-5: #2f7f33;
}
Blue and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #ffcc00, #ff6e61, #ffffff, #2f7f33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #ffcc00, #ff6e61, #ffffff, #2f7f33);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Blue and Gold color palette created on .