Paleta de colores Luxury Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Luxury Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Luxury Gold

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

CSS de la paleta de colores Luxury Gold

/* CSS */
.color-1 {
color: #c7b300;
}
.color-2 {
color: #d1c700;
}
.color-3 {
color: #e0d500;
}
.color-4 {
color: #f5e400;
}
.color-5 {
color: #ffdd00;
}

/* CSS Variables */
:root {
--color-1: #c7b300;
--color-2: #d1c700;
--color-3: #e0d500;
--color-4: #f5e400;
--color-5: #ffdd00;
}

CSS del degradado de fondo Luxury Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}

Luxury Gold color palette created on .