Bone Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bone Shades palette

Share this palette to:

Bone Shades color palette CSS

/* CSS */
.color-1 {
color: #e3d0bf;
}
.color-2 {
color: #d2b69d;
}
.color-3 {
color: #c7a98e;
}
.color-4 {
color: #beae79;
}
.color-5 {
color: #b59e69;
}

/* CSS Variables */
:root {
--color-1: #e3d0bf;
--color-2: #d2b69d;
--color-3: #c7a98e;
--color-4: #beae79;
--color-5: #b59e69;
}

Bone Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d0bf, #d2b69d, #c7a98e, #beae79, #b59e69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d0bf, #d2b69d, #c7a98e, #beae79, #b59e69);
}

Bone Shades color palette created on .