Bones and Metal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bones and Metal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bones and Metal Color Palette (PNG)
Bones and Metal color palette 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;
}
Bones and Metal background gradient CSS
/* 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);
}
Similar color palettes
Bones and Metal color palette created on .