Stone Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stone Beige palette

Share this palette to:

Stone Beige color palette CSS

/* CSS */
.color-1 {
color: #a79e90;
}
.color-2 {
color: #c1af9f;
}
.color-3 {
color: #d8c0b0;
}
.color-4 {
color: #e0c6b2;
}
.color-5 {
color: #f4e2d7;
}

/* CSS Variables */
:root {
--color-1: #a79e90;
--color-2: #c1af9f;
--color-3: #d8c0b0;
--color-4: #e0c6b2;
--color-5: #f4e2d7;
}

Stone Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79e90, #c1af9f, #d8c0b0, #e0c6b2, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79e90, #c1af9f, #d8c0b0, #e0c6b2, #f4e2d7);
}

Stone Beige color palette created on .