Blue and Gold Astrology Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Gold Astrology palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue and Gold Astrology Color Palette (PNG)
Blue and Gold Astrology color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3b6cb0;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f9a824;
}
.color-5 {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b6cb0;
--color-3: #f9c54e;
--color-4: #f9a824;
--color-5: #f9e4a4;
}
Blue and Gold Astrology background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b6cb0, #f9c54e, #f9a824, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b6cb0, #f9c54e, #f9a824, #f9e4a4);
}
Similar color palettes
Blue and Gold Astrology color palette created on .