←Back to PalettesAll Palettes
Whispering Sands of Time Color Palette
A soothing palette inspired by sun-kissed deserts, evoking a sense of warmth and tranquility. These earthy and muted tones blend seamlessly, reminiscent of soft dunes at dawn, where time seems to pause and nature's beauty thrives.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.half-spanish-white {
color: #e6dbc7;
}
.sanctuary {
color: #d4c7a5;
}
.desert-floor {
color: #c7b485;
}
.earthy-ocher {
color: #ba9e78;
}
.water-wheel {
color: #a38666;
}
/* CSS Variables */
:root {
--half-spanish-white:#e6dbc7;
--sanctuary:#d4c7a5;
--desert-floor:#c7b485;
--earthy-ocher:#ba9e78;
--water-wheel:#a38666;
}