Blue and Gold Astrology Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue and Gold Astrology palette

Share this palette to:

Blue and Gold Astrology color palette PNG image

Download blue and gold astrology color palette PNG image (landscape)
Download blue and gold astrology color palette PNG image (square)

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);
}

Blue and Gold Astrology color palette created on .