Paleta de colores Modern Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Modern Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Modern Gold

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

CSS de la paleta de colores Modern Gold

/* CSS */
.color-1 {
color: #d6c65c;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #c7b64d;
}
.color-5 {
color: #a57d2c;
}

/* CSS Variables */
:root {
--color-1: #d6c65c;
--color-2: #ffd900;
--color-3: #fff9e5;
--color-4: #c7b64d;
--color-5: #a57d2c;
}

CSS del degradado de fondo Modern Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c65c, #ffd900, #fff9e5, #c7b64d, #a57d2c);
}

Modern Gold color palette created on .