Paleta de colores Dark Blue and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Blue and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Blue and Gold

/* CSS */
.color-1 {
color: #4b4f8b;
}
.color-2 {
color: #7886b5;
}
.color-3 {
color: #a1b5d3;
}
.color-4 {
color: #e2c94b;
}
.color-5 {
color: #d16e3d;
}

/* CSS Variables */
:root {
--color-1: #4b4f8b;
--color-2: #7886b5;
--color-3: #a1b5d3;
--color-4: #e2c94b;
--color-5: #d16e3d;
}

CSS del degradado de fondo Dark Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f8b, #7886b5, #a1b5d3, #e2c94b, #d16e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f8b, #7886b5, #a1b5d3, #e2c94b, #d16e3d);
}

Dark Blue and Gold color palette created on .