Paleta de colores Opulent Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opulent Gold palette

Compartir esta paleta en:

Descargar la paleta de colores Opulent Gold (PNG)

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

CSS de la paleta de colores Opulent Gold

/* CSS */
.color-1 {
color: #b4a44b;
}
.color-2 {
color: #a67b3a;
}
.color-3 {
color: #7b4b2d;
}
.color-4 {
color: #3d2929;
}
.color-5 {
color: #f5d27f;
}

/* CSS Variables */
:root {
--color-1: #b4a44b;
--color-2: #a67b3a;
--color-3: #7b4b2d;
--color-4: #3d2929;
--color-5: #f5d27f;
}

CSS del degradado de fondo Opulent Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a44b, #a67b3a, #7b4b2d, #3d2929, #f5d27f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a44b, #a67b3a, #7b4b2d, #3d2929, #f5d27f);
}

Opulent Gold color palette created on .