Paleta de colores Royal Blue and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Blue and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Royal Blue and Gold

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #d6c89a;
}
.color-4 {
color: #e3b759;
}
.color-5 {
color: #8b6d50;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #497b9c;
--color-3: #d6c89a;
--color-4: #e3b759;
--color-5: #8b6d50;
}

CSS del degradado de fondo Royal Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #497b9c, #d6c89a, #e3b759, #8b6d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #497b9c, #d6c89a, #e3b759, #8b6d50);
}

Royal Blue and Gold color palette created on .