Paleta de colores Gold Luxury

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gold Luxury palette

Compartir esta paleta en:

Descargar la paleta de colores Gold Luxury (PNG)

Download gold luxury color palette PNG image (landscape)
Download gold luxury color palette PNG image (square)

CSS de la paleta de colores Gold Luxury

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a67d30;
}
.color-3 {
color: #6c4d2d;
}
.color-4 {
color: #402b26;
}
.color-5 {
color: #1e1c1a;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a67d30;
--color-3: #6c4d2d;
--color-4: #402b26;
--color-5: #1e1c1a;
}

CSS del degradado de fondo Gold Luxury

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
}

Gold Luxury color palette created on .