Bones and Metal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bones and Metal palette

Condividi questa palette a:

Scarica la tavolozza dei colori Bones and Metal (PNG)

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

tavolozza dei colori Bones and Metal CSS

/* 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 con gradiente di sfondo 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 .