Whispers of Sandstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Sandstone palette
Whispers of Sandstone color palette CSS
/* CSS */
.color-1 {
color: #b9b3a2;
}
.color-2 {
color: #c4b4a1;
}
.color-3 {
color: #d5c5a5;
}
.color-4 {
color: #e6d4a8;
}
.color-5 {
color: #f0e3b2;
}
/* CSS Variables */
:root {
--color-1: #b9b3a2;
--color-2: #c4b4a1;
--color-3: #d5c5a5;
--color-4: #e6d4a8;
--color-5: #f0e3b2;
}
Whispers of Sandstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b3a2, #c4b4a1, #d5c5a5, #e6d4a8, #f0e3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b3a2, #c4b4a1, #d5c5a5, #e6d4a8, #f0e3b2);
}
Similar color palettes
Whispers of Sandstone color palette created on .