Paleta de colores Gray and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gray and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Gray and Gold

/* CSS */
.color-1 {
color: #b8b8b8;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #a65e7e;
}
.color-4 {
color: #f0ca4c;
}
.color-5 {
color: #7c4b4b;
}

/* CSS Variables */
:root {
--color-1: #b8b8b8;
--color-2: #f7d74b;
--color-3: #a65e7e;
--color-4: #f0ca4c;
--color-5: #7c4b4b;
}

CSS del degradado de fondo Gray and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8b8b8, #f7d74b, #a65e7e, #f0ca4c, #7c4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8b8b8, #f7d74b, #a65e7e, #f0ca4c, #7c4b4b);
}

Gray and Gold color palette created on .