Paleta de colores Royal Gold Angel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Gold Angel palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Royal Gold Angel

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

CSS de la paleta de colores Royal Gold Angel

/* 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;
}

CSS del degradado de fondo Royal Gold Angel

/* 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 .