Whispering Sands Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Sands palette

Share this palette to:

Whispering Sands color palette CSS

/* CSS */
.color-1 {
color: #f7e8ca;
}
.color-2 {
color: #f4d5a9;
}
.color-3 {
color: #f2b778;
}
.color-4 {
color: #d69d4c;
}
.color-5 {
color: #b77a2a;
}

/* CSS Variables */
:root {
--color-1: #f7e8ca;
--color-2: #f4d5a9;
--color-3: #f2b778;
--color-4: #d69d4c;
--color-5: #b77a2a;
}

Whispering Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ca, #f4d5a9, #f2b778, #d69d4c, #b77a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ca, #f4d5a9, #f2b778, #d69d4c, #b77a2a);
}

Whispering Sands color palette created on .