Paleta de colores Dark Blue Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Blue Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Blue Gold

/* CSS */
.color-1 {
color: #5f6a81;
}
.color-2 {
color: #1c3c4f;
}
.color-3 {
color: #e4edf6;
}
.color-4 {
color: #d1b900;
}
.color-5 {
color: #4a0d1f;
}

/* CSS Variables */
:root {
--color-1: #5f6a81;
--color-2: #1c3c4f;
--color-3: #e4edf6;
--color-4: #d1b900;
--color-5: #4a0d1f;
}

CSS del degradado de fondo Dark Blue Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f6a81, #1c3c4f, #e4edf6, #d1b900, #4a0d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f6a81, #1c3c4f, #e4edf6, #d1b900, #4a0d1f);
}

Dark Blue Gold color palette created on .