Royal Gold Angel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Gold Angel palette

Share this palette to:

Royal Gold Angel color palette PNG image

Download royal gold angel color palette PNG image (landscape)
Download royal gold angel color palette PNG image (square)

Royal Gold Angel color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a8bc4;
}
.color-3 {
color: #f0c15c;
}
.color-4 {
color: #d9ac45;
}
.color-5 {
color: #f9d39f;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a8bc4;
--color-3: #f0c15c;
--color-4: #d9ac45;
--color-5: #f9d39f;
}

Royal Gold Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a8bc4, #f0c15c, #d9ac45, #f9d39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a8bc4, #f0c15c, #d9ac45, #f9d39f);
}

Royal Gold Angel color palette created on .