Sandy Beige Color Palette

Discover the beautiful Sandy Beige color palette featuring calico (#e4c8a0), tacha (#d8b65f), sandwisp (#f6e1a2), twine (#c79a66) and santa fe (#a86b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Amber, Warm, Bright color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sandy Beige palette

Share this palette to:

💻 Sandy Beige color palette CSS

/* CSS */
.color-1 {
color: #e4c8a0;
}
.color-2 {
color: #d8b65f;
}
.color-3 {
color: #f6e1a2;
}
.color-4 {
color: #c79a66;
}
.color-5 {
color: #a86b4d;
}

/* CSS Variables */
:root {
--color-1: #e4c8a0;
--color-2: #d8b65f;
--color-3: #f6e1a2;
--color-4: #c79a66;
--color-5: #a86b4d;
}

🌈 Sandy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c8a0, #d8b65f, #f6e1a2, #c79a66, #a86b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c8a0, #d8b65f, #f6e1a2, #c79a66, #a86b4d);
}

Sandy Beige color palette created on .