Paleta de colores Diamond and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Diamond and Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Diamond and Gold

Download diamond and gold color palette PNG image (landscape)
Download diamond and gold color palette PNG image (square)

CSS de la paleta de colores Diamond and Gold

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #e4e3e2;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #a6a7d9;
}
.color-5 {
color: #f6e4b6;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #e4e3e2;
--color-3: #bfbfbf;
--color-4: #a6a7d9;
--color-5: #f6e4b6;
}

CSS del degradado de fondo Diamond and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #e4e3e2, #bfbfbf, #a6a7d9, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #e4e3e2, #bfbfbf, #a6a7d9, #f6e4b6);
}

Diamond and Gold color palette created on .