Paleta de colores Golds and Deep Blues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golds and Deep Blues palette
Imagen PNG de la paleta de colores Golds and Deep Blues
CSS de la paleta de colores Golds and Deep Blues
/* CSS */
.color-1 {
color: #c2a800;
}
.color-2 {
color: #4b70a0;
}
.color-3 {
color: #d6c23d;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #c2a800;
--color-2: #4b70a0;
--color-3: #d6c23d;
--color-4: #1e3a76;
--color-5: #ffd900;
}
CSS del degradado de fondo Golds and Deep Blues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a800, #4b70a0, #d6c23d, #1e3a76, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a800, #4b70a0, #d6c23d, #1e3a76, #ffd900);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Dorado
Golds and Deep Blues color palette created on .