Sandal Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sandal Shades palette
Sandal Shades color palette CSS
/* CSS */
.color-1 {
color: #d4b49b;
}
.color-2 {
color: #c2a78e;
}
.color-3 {
color: #b48e6e;
}
.color-4 {
color: #a8764d;
}
.color-5 {
color: #8d5b3a;
}
/* CSS Variables */
:root {
--color-1: #d4b49b;
--color-2: #c2a78e;
--color-3: #b48e6e;
--color-4: #a8764d;
--color-5: #8d5b3a;
}
Sandal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b49b, #c2a78e, #b48e6e, #a8764d, #8d5b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b49b, #c2a78e, #b48e6e, #a8764d, #8d5b3a);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Sandal Shades color palette created on .