Sandy Brown Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sandy Brown Hues palette

Share this palette to:

Sandy Brown Hues color palette CSS

/* CSS */
.color-1 {
color: #f4a662;
}
.color-2 {
color: #e4b067;
}
.color-3 {
color: #d5a86d;
}
.color-4 {
color: #c1a15c;
}
.color-5 {
color: #a8904d;
}

/* CSS Variables */
:root {
--color-1: #f4a662;
--color-2: #e4b067;
--color-3: #d5a86d;
--color-4: #c1a15c;
--color-5: #a8904d;
}

Sandy Brown Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a662, #e4b067, #d5a86d, #c1a15c, #a8904d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a662, #e4b067, #d5a86d, #c1a15c, #a8904d);
}

Sandy Brown Hues color palette created on .