Paleta de colores Shades of Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Gold

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #db9d00;
}
.color-3 {
color: #b86b00;
}
.color-4 {
color: #7a4e00;
}
.color-5 {
color: #4d2a00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #db9d00;
--color-3: #b86b00;
--color-4: #7a4e00;
--color-5: #4d2a00;
}

CSS del degradado de fondo Shades of Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}

Shades of Gold color palette created on .