Whispers of Sandstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sandstone palette

Share this palette to:

Whispers of Sandstone color palette CSS

/* CSS */
.color-1 {
color: #a99f8e;
}
.color-2 {
color: #c5baa5;
}
.color-3 {
color: #e2d4ca;
}
.color-4 {
color: #f4e0c8;
}
.color-5 {
color: #e9b7a0;
}

/* CSS Variables */
:root {
--color-1: #a99f8e;
--color-2: #c5baa5;
--color-3: #e2d4ca;
--color-4: #f4e0c8;
--color-5: #e9b7a0;
}

Whispers of Sandstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a99f8e, #c5baa5, #e2d4ca, #f4e0c8, #e9b7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a99f8e, #c5baa5, #e2d4ca, #f4e0c8, #e9b7a0);
}

Whispers of Sandstone color palette created on .