Soft Sands Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Sands palette

Share this palette to:

Download Soft Sands Color Palette (PNG)

Download soft sands color palette PNG image (landscape)
Download soft sands color palette PNG image (square)

Soft Sands color palette CSS

/* CSS */
.color-1 {
color: #f0e8b2;
}
.color-2 {
color: #d9c5a0;
}
.color-3 {
color: #beae9d;
}
.color-4 {
color: #a7997b;
}
.color-5 {
color: #8e7d5d;
}

/* CSS Variables */
:root {
--color-1: #f0e8b2;
--color-2: #d9c5a0;
--color-3: #beae9d;
--color-4: #a7997b;
--color-5: #8e7d5d;
}

Soft Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e8b2, #d9c5a0, #beae9d, #a7997b, #8e7d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e8b2, #d9c5a0, #beae9d, #a7997b, #8e7d5d);
}

Similar color palettes

Soft Sands color palette created on .