Stone Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stone Gray palette

Share this palette to:

Stone Gray color palette CSS

/* CSS */
.color-1 {
color: #a7b9a8;
}
.color-2 {
color: #7c8d7f;
}
.color-3 {
color: #505f4f;
}
.color-4 {
color: #c0d3c0;
}
.color-5 {
color: #f1e4d0;
}

/* CSS Variables */
:root {
--color-1: #a7b9a8;
--color-2: #7c8d7f;
--color-3: #505f4f;
--color-4: #c0d3c0;
--color-5: #f1e4d0;
}

Stone Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b9a8, #7c8d7f, #505f4f, #c0d3c0, #f1e4d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b9a8, #7c8d7f, #505f4f, #c0d3c0, #f1e4d0);
}

Stone Gray color palette created on .