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: #c3af9d;
}
.color-2 {
color: #d9c0a1;
}
.color-3 {
color: #e6c3a3;
}
.color-4 {
color: #f3d7a0;
}
.color-5 {
color: #f9e5b4;
}
/* CSS Variables */
:root {
--color-1: #c3af9d;
--color-2: #d9c0a1;
--color-3: #e6c3a3;
--color-4: #f3d7a0;
--color-5: #f9e5b4;
}
Sandal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3af9d, #d9c0a1, #e6c3a3, #f3d7a0, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3af9d, #d9c0a1, #e6c3a3, #f3d7a0, #f9e5b4);
}
Similar color palettes
Sandal Shades color palette created on .