Paleta de colores Bones and Metal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bones and Metal palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bones and Metal

Download bones and metal color palette PNG image (landscape)
Download bones and metal color palette PNG image (square)

CSS de la paleta de colores Bones and Metal

/* CSS */
.color-1 {
color: #d1c7b7;
}
.color-2 {
color: #a4a9a2;
}
.color-3 {
color: #8a8b79;
}
.color-4 {
color: #5c5d51;
}
.color-5 {
color: #3b3e3f;
}

/* CSS Variables */
:root {
--color-1: #d1c7b7;
--color-2: #a4a9a2;
--color-3: #8a8b79;
--color-4: #5c5d51;
--color-5: #3b3e3f;
}

CSS del degradado de fondo Bones and Metal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7b7, #a4a9a2, #8a8b79, #5c5d51, #3b3e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7b7, #a4a9a2, #8a8b79, #5c5d51, #3b3e3f);
}

Bones and Metal color palette created on .