Sandal Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sandal Shades palette

Share this palette to:

Sandal Shades color palette CSS

/* CSS */
.color-1 {
color: #c1a176;
}
.color-2 {
color: #ae8d65;
}
.color-3 {
color: #9f7d5b;
}
.color-4 {
color: #c8975f;
}
.color-5 {
color: #b68149;
}

/* CSS Variables */
:root {
--color-1: #c1a176;
--color-2: #ae8d65;
--color-3: #9f7d5b;
--color-4: #c8975f;
--color-5: #b68149;
}

Sandal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a176, #ae8d65, #9f7d5b, #c8975f, #b68149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a176, #ae8d65, #9f7d5b, #c8975f, #b68149);
}

Sandal Shades color palette created on .